From 1f8163b194d662b89924478952d2bf8007d9b9a8 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Sun, 26 Jun 2016 18:45:59 +0200 Subject: [PATCH] minor: offlineimap.conf: improve comment on % character in passwords Signed-off-by: Nicolas Sebrecht --- offlineimap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offlineimap.conf b/offlineimap.conf index c68cd84..e2e6115 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -867,7 +867,7 @@ remoteuser = u"username" # # 2. The remote password stored in this file with the remotepass # option. Any '%' needs to be encoded as '%%'. Example: -#remotepass = u"mypassword" +#remotepass = u"myp%%ssword" # Password is: myp%ssword # # 3. The remote password stored as a single line in an external # file, which is referenced by the remotefile option. Example: