~ubuntu-branches/ubuntu/saucy/geary/saucy-updates

« back to all changes in this revision

Viewing changes to src/engine/imap-engine/replay-ops/imap-engine-fetch-email.vala

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-10-10 17:40:37 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20131010174037-5p5o4dlsoewek2kg
Tags: 0.4.0-0ubuntu1
New stable version

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        remote_removed = ids.contains(id);
39
39
    }
40
40
    
 
41
    public override void get_ids_to_be_remote_removed(Gee.Collection<ImapDB.EmailIdentifier> ids) {
 
42
    }
 
43
    
41
44
    public override async ReplayOperation.Status replay_local_async() throws Error {
42
45
        // If forcing an update, skip local operation and go direct to replay_remote()
43
46
        if (flags.is_all_set(Folder.ListFlags.FORCE_UPDATE))