Per-account locking
Previously, we were simply locking offlineimap whenever it was running. Howver there is no reason why we shouldn't be able to invoke it in parallel, e.g. to synchronize several accounts in one offlineimap each. This patch implements the locking per-account, so that it is possible to sync different accounts at the same time. If in refresh mode, we will attempt to loop three times before giving up. This also fixes Debian bug #586655 Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
@ -13,6 +13,13 @@ others.
|
||||
New Features
|
||||
------------
|
||||
|
||||
* Implement per-account locking, so that it will possible to sync
|
||||
different accounts at the same time. The old global lock is still in
|
||||
place for backward compatibility reasons (to be able to run old and
|
||||
new versions of OfflineImap concurrently) and will be removed in the
|
||||
future. Starting with this version, OfflineImap will be
|
||||
forward-compatible with the per-account locking style.
|
||||
|
||||
Changes
|
||||
-------
|
||||
|
||||
|
Reference in New Issue
Block a user