minor: offlineimap.conf: improve comment on % character in passwords

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2016-06-26 18:45:59 +02:00
parent e8509a04e6
commit 1f8163b194
1 changed files with 1 additions and 1 deletions

View File

@ -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: