634b6cd49e
Allowing to specify the char to use in the BLinkenlights is a bit over the top and bloats our default offlineimap.conf. The dot is just fine, so let us settle for it and cut the example config file by an unneeded section. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
42 lines
1.1 KiB
ReStructuredText
42 lines
1.1 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
|
|
------------
|
|
|
|
* When a message upload/download fails, we do not abort the whole folder
|
|
synchronization, but only skip that message, informing the user at the
|
|
end of the sync run.
|
|
|
|
Changes
|
|
-------
|
|
|
|
* Refactor our IMAPServer class. Background work without user-visible
|
|
changes.
|
|
|
|
* Remove the configurability of the Blinkenlights statuschar. It
|
|
cluttered the main configuration file for little gain.
|
|
|
|
Bug Fixes
|
|
---------
|
|
|
|
* We protect more robustly against asking for inexistent messages from the
|
|
IMAP server, when someone else deletes or moves messages while we sync.
|
|
* Selecting inexistent folders specified in folderincludes now throws
|
|
nice errors and continues to sync with all other folders rather than
|
|
exiting offlineimap with a traceback.
|
|
|
|
Pending for the next major release
|
|
==================================
|
|
|
|
* UIs get shorter and nicer names. (API changing)
|