Implement the "createfolders" setting for repositories
By default OfflineImap propagates new folders in both directions. Sometimes this is not what you want. E.g. you might want new folders on your IMAP server to propagate to your local MailDir, but not the other way around. The 'readonly' setting on a repository will not help here, as it prevents any change from occuring on that repository. This is what the `createfolders` setting is for. By default it is `True`, meaning that new folders can be created on this repository. To prevent folders from ever being created on a repository, set this to `False`. If you set this to False on the REMOTE repository, you will not have to create the `Reverse nametrans`_ rules on the LOCAL repository. Also implement a test for this Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
@ -13,6 +13,7 @@ WIP (add new stuff for the next release)
|
||||
* Curses UI, don't use colors after we shut down curses already (C.Höger)
|
||||
* Document that '%' needs encoding as '%%' in *.conf
|
||||
* Fix crash when IMAP.quickchanged() led to an Error (reported by sharat87)
|
||||
* Implement the createfolders setting to disable folder propagation (see docs)
|
||||
|
||||
OfflineIMAP v6.5.3.1 (2012-04-03)
|
||||
=================================
|
||||
|
Reference in New Issue
Block a user