From cdfa75f72d142773121813b02c406fd213953a9a Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Wed, 8 Jun 2016 19:09:57 +0200 Subject: [PATCH] offlineimap.conf: minor improvements Signed-off-by: Nicolas Sebrecht --- offlineimap.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/offlineimap.conf b/offlineimap.conf index bdd622f..e60e32b 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -551,7 +551,7 @@ localfolders = ~/Test [Repository GmailLocalExample] # This type of repository enables syncing of Gmail. All Maildir -# configuration settings are also valid here. +# configuration settings are also valid here but the utime_from_header. # # This is a separate Repository type from Maildir because it involves # some extra overhead which sometimes may be significant. We look for @@ -612,6 +612,8 @@ remotehost = examplehost # certificate it provides on a shared server. Otherwise, OfflineIMAP will stop # and say that the domain is not named in the certificate. # +# Default is yes. +# #ssl = yes @@ -998,6 +1000,8 @@ remoteuser = username # just pile up there forever. Therefore, this setting is definitely NOT # recommended for a long term. # +# Default is yes. +# #expunge = no @@ -1006,6 +1010,8 @@ remoteuser = username # Specify whether to process all mail folders on the server, or only # those listed as "subscribed". # +# Default is no. +# #subscribedonly = no