]> git.madduck.net Git - etc/offlineimap.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

exclude duplicate folders
authormartin f. krafft <madduck@madduck.net>
Fri, 20 Jul 2018 23:50:27 +0000 (11:50 +1200)
committermartin f. krafft <madduck@madduck.net>
Fri, 20 Jul 2018 23:50:27 +0000 (11:50 +1200)
.offlineimap/helper.py

index 1744243b75322dec1c282295a1e8dd494f41a064..454d1e697380d1c9bc77aef2d37eadf65291987a 100644 (file)
@@ -2,7 +2,7 @@
 
 import re
 
-base_excludes = ['delayed', 'outgoing', 'Trash', 'Queue', 'inbox']
+base_excludes = ['delayed', 'outgoing', 'Trash', 'Queue', 'inbox', 'Spam', 'Sent', 'Drafts']
 base_excludes_re = [ '[Ss]ent.*' ]
 full_excludes_re = ['discard', 'spool', 'spam', 'store/.+']
 prioritised = ['resubmit','drafts','inbox','ardex','kbkg','toni','tahi','debian','mtfk','admin','retrain']