X-Git-Url: https://git.madduck.net/etc/offlineimap.git/blobdiff_plain/0490c97e999ccc41ff6fb82db2b744ba1c928417..bf04713653e1dcb96f6792bcc4d97b1ec3da6834:/.offlineimap/helper.py?ds=inline diff --git a/.offlineimap/helper.py b/.offlineimap/helper.py index 32f4631..1744243 100644 --- a/.offlineimap/helper.py +++ b/.offlineimap/helper.py @@ -49,6 +49,6 @@ def py_folderfilter_bulk(x): return False def py_folderfilter_mbnames(acct, x): - full_excludes_re_mbnames = ['retrain/(sp|h)am'] + full_excludes_re + full_excludes_re_mbnames = ['retrain(/(sp|h)am)?$'] + full_excludes_re return acct in ['madduck.net', 'madduck.net_bulk'] \ and not re.search('^(' + '|'.join(full_excludes_re_mbnames) + ')', x)