f3249e0856
This commit enables true 1-way syncing between repositories. This has often been demanded for backup purposes when you do not want to cause accidental modifications of your backup that would be propagated to the other side. This has been implemented by allowing to configure a Repository as 'readonly' to forbid any modification on it. 'readonly' applies to all the type of repositories. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
51 lines
1.3 KiB
ReStructuredText
51 lines
1.3 KiB
ReStructuredText
=========
|
|
ChangeLog
|
|
=========
|
|
|
|
Users should ignore this content: **it is draft**.
|
|
|
|
Contributors should add entries here in the following section, on top of the
|
|
others.
|
|
|
|
`WIP (coming releases)`
|
|
=======================
|
|
|
|
New Features
|
|
------------
|
|
|
|
* Enable 1-way synchronization by settting a [Repository ...] to
|
|
readonly = True. When e.g. using offlineimap for backup purposes you
|
|
can thus make sure that no changes in your backup trickle back into
|
|
the main IMAP server.
|
|
|
|
Changes
|
|
-------
|
|
|
|
* Reduced our sync logic from 4 passes to 3 passes (integrating upload of
|
|
"new" and "existing" messages into one function). This should result in a
|
|
slight speedup.
|
|
* No whitespace is stripped from comma-separated arguments passed via
|
|
the -f option.
|
|
* Give more detailed error when encountering a corrupt UID mapping file.
|
|
|
|
Bug Fixes
|
|
---------
|
|
|
|
* Drop connection if synchronisation failed. This is needed if resuming the
|
|
system from suspend mode gives a wrong connection.
|
|
|
|
|
|
Pending for the next major release
|
|
==================================
|
|
|
|
* UIs get shorter and nicer names. (API changing)
|
|
* Implement IDLE feature. (delayed until next major release)
|
|
|
|
|
|
Stalled
|
|
=======
|
|
|
|
* Learn Sqlite support.
|
|
Stalled: it would need to learn the ability to choose between the current
|
|
format and SQL to help testing the long term.
|