commit c0ba6f03950ca505064a72825d1c4d4d1fb76586
Author: Oswald Buddenhagen <[email protected]>
Date: Sun Mar 22 11:44:33 2015 +0100
escape backslashes in PassCmd examples
the config parser strips one level of backslash escapes.
src/mbsyncrc.sample | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mbsyncrc.sample b/src/mbsyncrc.sample
index 1c155e9..c7d61c7 100644
--- a/src/mbsyncrc.sample
+++ b/src/mbsyncrc.sample
@@ -16,11 +16,11 @@ Pass xxxxxxxx
# Fetch password from gnome-keyring:
#PassCmd "gnome-keyring-query get mail_pw"
# Fetch password from .netrc:
-#PassCmd "sed -n -e 's,^machine work\.host\.com login tehuser password
\(.*\),\1,p' < $HOME/.netrc"
+#PassCmd "sed -n -e 's,^machine work\\.host\\.com login tehuser password
\\(.*\\),\\1,p' < $HOME/.netrc"
# Fetch password from a gpg-encrypted file:
#PassCmd "gpg --quiet --for-your-eyes-only --decrypt $HOME/imappassword.gpg"
# Fetch password from pwmd (http://pwmd.sourceforge.net/):
-#PassCmd "echo -ne 'GET myIsp\tpassword' | pwmc datafile"
+#PassCmd "echo -ne 'GET myIsp\\tpassword' | pwmc datafile"
# On Mac OS X, run "KeyChain Access" -- File->New Password Item. Fill out form
using
# "Keychain Item Name" http://IMAPSERVER (note: the "http://" is a hack)
# "Account Name" USERNAME
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel