[Xfce4-commits] <postler:master> Expunge messages in both directions

Christian Dywan noreply at xfce.org
Sat Nov 20 22:46:02 CET 2010


Updating branch refs/heads/master
         to ec7cb0f6905052578384782fb26c21c63ddcf72c (commit)
       from cf20c8589b3465b339c3f3c66838f0272fd59393 (commit)

commit ec7cb0f6905052578384782fb26c21c63ddcf72c
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Nov 20 22:27:22 2010 +0100

    Expunge messages in both directions

 postler/postler-accounts.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postler/postler-accounts.vala b/postler/postler-accounts.vala
index ab558fb..8c2ff04 100644
--- a/postler/postler-accounts.vala
+++ b/postler/postler-accounts.vala
@@ -413,7 +413,7 @@ public class Postler.Accounts : GLib.Object {
                 if (mbsync == null || mbsync == "")
                     mbsync = "postler-mbsync";
                 command = "%s -c %s --pull%s mirror".printf (
-                    mbsync, filename, info.sync == "full" ? " --push" : "");
+                    mbsync, filename, info.sync == "full" ? " --push --expunge" : "");
             } else
                 continue;
                 generate_tool_configuration (send, info);



More information about the Xfce4-commits mailing list