Go to file
John Goerzen 03488ba81b Sync INTERNALDATE <-> mtime
The attached patch adds syncing the INTERNALDATE of IMAP folders with
the mtime of messages in maildir folders.
I want this to happen, because I'm running a dovecot over the maildirs
synced by offlineimap, and that uses the mtime as the INTERNALDATE.
When using mutt to view messages I generally sort based on the received
date, which for IMAP folders is the INTERNALDATE.

Since this is the first real coding I've done in Python the patch may
need to be cleaned up some, but it's working pretty well for me.  I've
added new messages to each side, and the received date has been
preserved going both ways.
2006-08-22 02:09:36 +01:00
bin Update FSF address 2006-08-12 05:15:55 +01:00
debian Noted off-by-one fix 2006-08-12 05:18:07 +01:00
docs/sgml-common Step 2 of SVN to arch tree conversion 2005-04-16 20:33:35 +01:00
offlineimap Sync INTERNALDATE <-> mtime 2006-08-22 02:09:36 +01:00
todo Added example file for Exchange sync 2005-10-06 20:53:32 +01:00
ChangeLog Removed dep on profile 2005-02-10 05:37:33 +01:00
ChangeLog.svn Moved Subversion changelog to ChangeLog.svn; added Arch ChangeLog 2004-10-18 20:01:19 +01:00
COPYING Update FSF address 2006-08-12 05:15:55 +01:00
COPYRIGHT Update FSF address 2006-08-12 05:15:55 +01:00
Makefile Update FSF address 2006-08-12 05:15:55 +01:00
manual.html Regen docs 2005-09-28 18:17:13 +01:00
manual.pdf Regen docs 2005-09-28 18:17:13 +01:00
manual.ps Regen docs 2005-09-28 18:17:13 +01:00
manual.txt Regen docs 2005-09-28 18:17:13 +01:00
offlineimap.1 Regen docs 2005-09-28 18:17:13 +01:00
offlineimap.conf Revert restoreatime patch 2006-05-04 09:05:46 +01:00
offlineimap.conf.minimal Step 2 of SVN to arch tree conversion 2005-04-16 20:33:35 +01:00
offlineimap.py Prepping 4.0.13 2006-05-04 18:37:20 +01:00
offlineimap.sgml Update docs 2006-05-01 20:47:59 +01:00
offlineimap.spec force prefix to /usr since SUSE's distutils seems to default to /usr/local 2006-05-16 19:13:18 +01:00
README Step 2 of SVN to arch tree conversion 2005-04-16 20:33:35 +01:00
setup.py Step 2 of SVN to arch tree conversion 2005-04-16 20:33:35 +01:00
UPGRADING Step 2 of SVN to arch tree conversion 2005-04-16 20:33:35 +01:00

OfflineIMAP
Copyright (C) 2002, 2003 John Goerzen <jgoerzen@complete.org>
This software comes with ABSOLUTELY NO WARRANTY; see the file
COPYING for details.  This is free software, and you are welcome
to distribute it under the conditions laid out in COPYING.

gopher://quux.org/1/devel/offlineimap
http://quux.org/devel/offlineimap

Please see manual.txt; the information previously in README has been moved
there.