modoboa / modoboa-imap-migration

An extension to ease the migration between 2 IMAP servers using offlineimap
ISC License
16 stars 12 forks source link

Extra oflineimap settings #9

Closed dugite-code closed 7 years ago

dugite-code commented 8 years ago

Currently I am modifying the offlineimap.conf to add the folderfilter option folderfilter = lambda folder: not re.search('(^Contacts|Rss Feed)', folder). It would be nice if this was achievable in the GUI.

Perhaps an arbitrary options input field?