]> code.delx.au - offlineimap/blobdiff - offlineimap.conf
Applied netrc_v2.diff from bboissin
[offlineimap] / offlineimap.conf
index a7c48738833cf2a0fd169a20f97516cd19c11e32..1f1504162ed86520852a3214cd7f89564b43cf40 100644 (file)
@@ -188,6 +188,15 @@ localfolders = ~/Test
 
 sep = .
 
+# Some users on *nix platforms may not want the atime (last access
+# time) to be modified by OfflineIMAP.  In these cases, they would
+# want to set restoreatime to yes.  OfflineIMAP will make an effort
+# to not touch the atime if you do that.
+#
+# In most cases, the default of no should be sufficient.
+
+restoreatime = no
+
 [Repository RemoteExample]
 
 # And this is the remote repository.  For now, we only support IMAP here.
@@ -206,11 +215,13 @@ ssl = yes
 # Specify the remote user name.
 remoteuser = username
 
-# There are three ways to specify the password for the remote IMAP
+# There are four ways to specify the password for the remote IMAP
 # server:
 #
-# 1. No password at all specified in the config file.  You will
-#    be prompted for the password when OfflineIMAP starts.
+# 1. No password at all specified in the config file. If a matching
+#    entry is found in ~/.netrc (see netrc (5) for information) the
+#    password from the matching entry will be used. Otherwise you
+#    will be prompted for the password when OfflineIMAP starts.
 #
 # 2. The remote password stored in this file with the remotepass
 #    option. Example: