From 698ec643199e9d269a68a313985b1cb0cc4d0e84 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Sun, 2 Dec 2018 00:38:05 +0100 Subject: [PATCH] offlineimap.conf: minor fixes Signed-off-by: Nicolas Sebrecht --- offlineimap.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/offlineimap.conf b/offlineimap.conf index e866f09..e24a9a3 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -589,20 +589,19 @@ localfolders = ~/Test # This option stands in the [Repository LocalExample] section. # -# This option is similar to "utime_from_header" and could be use as a +# This option is similar to "utime_from_header" and could be used as a # complementary feature to keep track of a message date. This option only # makes sense for the Maildir type. # # By default each message is stored in a file which prefix is the fetch # timestamp and an order rank such as "1446590057_0". In a multithreading # environment message are fetched in a random order, then you can't trust -# the file name to sort your boxes. +# the filename to sort your boxes. # -# If set to "yes" the file name prefix if build on the message "Date" header +# If set to "yes" the filename prefix is built from the message "Date" header # (which should be present) or the "Received-date" if "Date" is not # found. If neither "Received-date" nor "Date" is found, the current system -# date is used. Now you can quickly sort your messages using their file -# names. +# date is used. Now you can quickly sort your messages using their filenames. # # Used in combination with "utime_from_header" all your message would be in # order with the correct mtime attribute.