Introduce dynamic filtering for repository folders

Allow people who want folder filtering to depend on the external
conditions or to make it dynamic for other reasons, to do what
they want.

New repository configuration knob 'dynamic_folderfilter' was
introduced; it defaults to 'False' that matches historical behaviour.

GitHub: #73
Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
Eygene Ryabinkin
2014-03-02 16:37:41 +04:00
parent b01274ce38
commit 829c9cf4be
3 changed files with 33 additions and 6 deletions

View File

@ -4,6 +4,13 @@ ChangeLog
:website: http://offlineimap.org
OfflineIMAP v6.5.6 (YYYY-MM-DD)
===============================
* Add knob to invoke folderfilter dynamically on each sync (GitHub#73)
OfflineIMAP v6.5.5 (2013-10-07)
===============================