[Xfce4-commits] <postler:master> Quote the Pass value in mbsyncrc
Christian Dywan
noreply at xfce.org
Thu Dec 30 06:00:08 CET 2010
Updating branch refs/heads/master
to 85fdba7ea650d00606af3132d065cbe7c1a8c194 (commit)
from 03860c9b04450f6159eb2c9f263b1ad10ee89237 (commit)
commit 85fdba7ea650d00606af3132d065cbe7c1a8c194
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Dec 29 00:51:09 2010 +0100
Quote the Pass value in mbsyncrc
Without quotes mbsync may show a console prompt in case if
an empty password.
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 8fc0760..95c62a9 100644
--- a/postler/postler-accounts.vala
+++ b/postler/postler-accounts.vala
@@ -438,7 +438,7 @@ public class Postler.Accounts : GLib.Object {
IMAPStore remote
Host %s
User %s
- Pass %s
+ Pass "%s"
Path "%s"
UseIMAPS yes
CertificateFile %s
More information about the Xfce4-commits
mailing list