Updating branch refs/heads/master
         to f6ea97056529c58913f255139e8b165bba6787e2 (commit)
       from a32f0bc93080570a6b8b7132c3455cc816849fb6 (commit)

commit f6ea97056529c58913f255139e8b165bba6787e2
Author: Christian Dywan <[email protected]>
Date:   Mon Jun 14 23:50:14 2010 +0200

    Use pattern % to properly include all folders

 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 2bee8a2..ea1ef0d 100644
--- a/postler/postler-accounts.vala
+++ b/postler/postler-accounts.vala
@@ -216,7 +216,7 @@ public class Postler.Accounts : GLib.Object {
                Channel local-remote
                    Master :remote:
                    Slave :local:
-                   Pattern *
+                   Patterns % *
                """.
                printf (
                    info.receive,
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to