Add support for alternative message date synchronisation

Global or per-repository option utime_from_message tells OfflineIMAP
to set file modification time of messages pushed from one repository
to another basing on the message's "Date" header.

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.

From: Cyril RUSSO <boite.pour.spam@gmail.com>
Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
X-Ryl669
2013-01-17 14:21:21 +01:00
committed by Eygene Ryabinkin
parent e26827c1cb
commit 3bc66c0858
4 changed files with 60 additions and 16 deletions

View File

@ -21,6 +21,8 @@ WIP (add new stuff for the next release)
(Steve Purcell)
* Make the list of authentication mechanisms to be configurable.
(Andreas Mack)
* Allow to set message access and modification timestamps based
on the "Date" header of the message itself. (Cyril Russo)
OfflineIMAP v6.5.5-rc1 (2012-09-05)
===================================