Run GC after emptying spam or trash
This commit is contained in:
parent
ff6c45c29c
commit
584ae84e5b
1 changed files with 2 additions and 0 deletions
|
|
@ -1277,6 +1277,8 @@ private class Geary.ImapEngine.MinimalFolder : Geary.Folder, Geary.FolderSupport
|
|||
// open while processing first the flag updates then the
|
||||
// expunge from the remote
|
||||
yield this.replay_queue.checkpoint(cancellable);
|
||||
|
||||
yield this._account.local.db.run_gc(cancellable);
|
||||
}
|
||||
|
||||
private void check_open(string method) throws EngineError {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue