~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-move-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:
53
53
        return ReplayOperation.Status.CONTINUE;
54
54
    }
55
55
    
 
56
    public override void get_ids_to_be_remote_removed(Gee.Collection<ImapDB.EmailIdentifier> ids) {
 
57
        if (moved_ids != null)
 
58
            ids.add_all(moved_ids);
 
59
    }
 
60
    
56
61
    public override async ReplayOperation.Status replay_remote_async() throws Error {
57
62
        if (moved_ids.size > 0) {
58
63
            yield engine.remote_folder.move_email_async(