X-Git-Url: https://git.madduck.net/etc/offlineimap.git/blobdiff_plain/ed66aeb5976be84e0f37955f2ddca14d56c0524d..741c74bb6415a8559e379bd4510c4cb5817a7f47:/.offlineimap/helper.py diff --git a/.offlineimap/helper.py b/.offlineimap/helper.py index d758d95..13e158f 100644 --- a/.offlineimap/helper.py +++ b/.offlineimap/helper.py @@ -2,7 +2,7 @@ import re -base_excludes = ['delayed', 'outgoing', 'Trash', 'Queue', 'inbox', 'Spam', 'Sent', 'Drafts'] +base_excludes = ['delayed', 'outgoing', 'Trash', 'Queue', 'inbox', 'Spam', 'Drafts', 'scratch'] base_excludes_re = [ '[Ss]ent.*' ] full_excludes_re = ['discard', 'spool', 'spam', 'store/.+'] prioritised = ['resubmit','drafts','inbox','ardex','kbkg','toni','tahi','debian','mtfk','admin','retrain']