[Xfce4-commits] <postler:master> Use pattern % to properly include all folders

Christian Dywan noreply at xfce.org
Wed Jun 16 20:50:01 CEST 2010


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

commit f6ea97056529c58913f255139e8b165bba6787e2
Author: Christian Dywan <christian at twotoasts.de>
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,



More information about the Xfce4-commits mailing list