[Xfce4-commits] <postler:master> Correct pattern to resolve prefix mangling

Christian Dywan noreply at xfce.org
Mon Feb 21 03:22:01 CET 2011


Updating branch refs/heads/master
         to 47848d5bf0cfed339b5c6e699915c854402903ef (commit)
       from 294b3c732d07795a971d2d883abff6c4cc5a5e29 (commit)

commit 47848d5bf0cfed339b5c6e699915c854402903ef
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Feb 21 02:56:05 2011 +0100

    Correct pattern to resolve prefix mangling
    
    Otherwise it could happen that the prefix is appended
    multiple times in front of folders when listing.

 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 8abc2b3..e0bb5fa 100644
--- a/postler/postler-accounts.vala
+++ b/postler/postler-accounts.vala
@@ -530,7 +530,7 @@ public class Postler.Accounts : GLib.Object {
                Channel local-remote
                    Master :remote:
                    Slave :local:
-                   Patterns %% * !INBOX
+                   Patterns %% * !INBOX.*
                    Patterns %% %s
                    MaxMessages 500
 



More information about the Xfce4-commits mailing list