]> 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:

ignore scratch dir master
authormartin f. krafft <madduck@madduck.net>
Sun, 3 Jul 2022 06:22:19 +0000 (08:22 +0200)
committermartin f. krafft <madduck@madduck.net>
Sun, 3 Jul 2022 06:22:29 +0000 (08:22 +0200)
.offlineimap/helper.py

index d758d9527834c7d78e1ed3857a5899aa320b661a..13e158f72f9edc886b4d33ea106d0ca71e8a72a2 100644 (file)
@@ -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']