offlineimap/offlineimap/folder
James E. Blair 560363ef73 learn singlethreadperfolder configuration option
To further ensure that messages are synchronized strictly in UID
order, this option can be set to cause only one thread to be used
to synchronise an individual folder, though other folders may
be synchronized simultaneously by other threads.

Signed-off-by: James E. Blair <corvus@gnu.org>
Based-on-patch-by: James E. Blair <corvus@gnu.org>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2016-08-14 02:20:51 +02:00
..
Base.py folder: Base: sort message UID list 2016-08-14 01:56:13 +02:00
Gmail.py remove dead code: the description of the passes is never used 2016-07-18 18:41:41 +02:00
GmailMaildir.py GmailMaildir: don't add a tuple to syncmessagesto_passes 2016-07-27 16:29:34 +02:00
IMAP.py learn singlethreadperfolder configuration option 2016-08-14 02:20:51 +02:00
LocalStatus.py local status: deletemessagelist: remove broken code 2016-07-25 15:06:39 +02:00
LocalStatusSQLite.py don't delete messages in local cache in dry-run mode 2016-08-09 15:02:03 +02:00
Maildir.py Maildir: add missing exception instance "as e" in except clause 2016-08-13 16:28:32 +02:00
UIDMaps.py UIDMaps: correctly protect from concurrent writes 2016-07-03 20:00:21 +02:00
__init__.py IMAP/IMAP: fix import issue about UIDMaps 2016-07-25 05:26:57 +02:00