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

commit ec7cb0f6905052578384782fb26c21c63ddcf72c
Author: Christian Dywan <[email protected]>
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);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to