Closed dugite-code closed 7 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.
offlineimap.conf
folderfilter = lambda folder: not re.search('(^Contacts|Rss Feed)', folder)
Perhaps an arbitrary options input field?
Currently I am modifying the
offlineimap.conf
to add the folderfilter optionfolderfilter = 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?