From d04e899368971438d480a7b3a7b4f6c6e7604819 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Wed, 6 Sep 2006 02:35:43 +0100 Subject: [PATCH] Re-documented restoreatime in offlineimap.conf --- offlineimap.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/offlineimap.conf b/offlineimap.conf index 80d662f..06f883b 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -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.