[Xfce4-commits] <postler:master> Quote the Path value in mbsyncrc

Christian Dywan noreply at xfce.org
Tue Dec 21 20:50:05 CET 2010


Updating branch refs/heads/master
         to e9ba401cfa170e2bcfb313e1815f88f152d1c9d2 (commit)
       from 55e405b7c9dc2e93e6cbabbbefbd47a2d015f262 (commit)

commit e9ba401cfa170e2bcfb313e1815f88f152d1c9d2
Author: Christian Dywan <christian at twotoasts.de>
Date:   Tue Dec 21 20:49:12 2010 +0100

    Quote the Path value in mbsyncrc
    
    A warning is issues in case of a space without quotes.

 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 65e31ff..8902c31 100644
--- a/postler/postler-accounts.vala
+++ b/postler/postler-accounts.vala
@@ -470,7 +470,7 @@ public class Postler.Accounts : GLib.Object {
                    Host %s
                    User %s
                    Pass %s
-                   Path %s
+                   Path "%s"
                    UseIMAPS yes
                    CertificateFile %s
                    %s %s



More information about the Xfce4-commits mailing list