- Made folder/Maildir.py/deletemessage() more tolerant if a message
asked to be deleted already has been.
- In Base.py/copymessageto(), no longer bother calling getmessage()
unless a folder's storemessages() returns true. This will also help
with syncing to LocalStatus if the user deleted messages in the
Maildir since the cachemessagelist() was called.
- Updated changelog with these options offlineimap (2.0.0) unstable;
urgency=low
- This code is now multithreaded. New config file options control the
behavior. This can make synchronizing several times faster.
- Fixed the STATUS call to be compatible with Exchange.
- Added the ability to exclude folders.
- If upgrading from 1.0.x, you will need to add maxsyncaccounts to the
general section and maxconnections to each account sections. There
is also a new folderfilter option. You can find examples of all of
these in the new offlineimap.conf example file packaged with the
distribution.
- The Debian package now properly installs the example
offlineimap.conf
Fixed save() such that it will be atomic. If the program crashes while
writing, it is guaranteed to have either a complete copy of the old or
the new data.