From 8fc806113301c93f4dad7ddc1a21fca246e9933c Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Fri, 27 Mar 2015 17:00:14 +0100 Subject: [PATCH] offlineimap.conf: document the "utime_from_header" option This was introduced in 3bc66c0858ecc2e69ff5e06b27cdf03a69128441 and never documented. Signed-off-by: Nicolas Sebrecht --- offlineimap.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/offlineimap.conf b/offlineimap.conf index c447d7b..5bc48a8 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -458,6 +458,22 @@ localfolders = ~/Test #restoreatime = no +# This option stands in the [Repository LocalExample] section. +# +# Set modification time of messages basing on the message's "Date" header. This +# option makes sense for the Maildir type, only. +# +# This is useful if you are doing some processing/finding on your Maildir (for +# example, finding messages older than 3 months), without parsing each +# file/message content. +# +# If enabled, this forbid the -q (quick mode) CLI option to work correctly. +# +# Default: no. +# +#utime_from_header = no + + [Repository GmailLocalExample] # This type of repository enables syncing of Gmail. All Maildir