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

migrate to fs-layout dovecot
authormartin f. krafft <madduck@madduck.net>
Mon, 27 Aug 2012 12:54:16 +0000 (14:54 +0200)
committermartin f. krafft <madduck@madduck.net>
Mon, 27 Aug 2012 12:54:16 +0000 (14:54 +0200)
.offlineimap/helper.py

index 409faf3d995ae376f7a3095d70af3238e26debfd..c1290b24e8f574a5a4b2871ba1e179a6da01882a 100644 (file)
@@ -3,7 +3,7 @@
 import re
 
 base_excludes = ['delayed', 'outgoing', 'Trash', 'Sent', 'Queue', 'sent', 'inbox']
-full_excludes_re = ['discard', 'spool', 'spam', 'store\..+']
+full_excludes_re = ['discard', 'spool', 'spam', '(store|[Ss]ent)/.+']
 prioritised = ['outgoing','resubmit','drafts','INBOX','ardex','kbkg','toni','immo','uniwh','mkch','debian','sudetia','admin','retrain']
 deprioritised = ['discard','spam','store','spool']