~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-replay-removal.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:
24
24
        // this operation deals only in positional addressing
25
25
    }
26
26
    
 
27
    public override void get_ids_to_be_remote_removed(Gee.Collection<ImapDB.EmailIdentifier> ids) {
 
28
        // this ReplayOperation doesn't do remote removes, it reacts to them
 
29
    }
 
30
    
27
31
    public override async ReplayOperation.Status replay_local_async() throws Error {
28
32
        yield owner.do_replay_removed_message(position);
29
33