]> git.donarmstrong.com Git - mail.git/blobdiff - .offlineimaprc
use find instead of globbing in .muttrc
[mail.git] / .offlineimaprc
index 06a79b6fd655385e385a03c57eb60db199f358ce..25df85eeec46dfc06b2e91d71d4904d5e5854989 100644 (file)
@@ -43,7 +43,7 @@ nametrans = lambda foldername: \
             re.sub('^lists.?', '', foldername)
 # Yeah, you have to mention the Mail dir, even though it
 # would seem intuitive that reference would trim it.
-folderfilter = lambda foldername: not re.search('(^(oftc|archives|jobs|INBOX|TODO|chili_alarm|bdo_role|0_ldo_role|buildd|spam|outbox|bugs|postponed|customflags|Trash))', foldername)
+folderfilter = lambda foldername: not re.search('(^(oftc|archives|jobs|INBOX|TODO|chili_alarm|bdo_role|0_ldo_role|buildd|spam|outbox|bugs|postponed|customflags|Trash|Drafts))', foldername)
 preauthtunnel = ssh -q linnode.donarmstrong.com '/usr/lib/dovecot/imap -o mail_location=maildir:/home/don/Maildir:INBOX=/home/don/Maildir'
 
 [Account Bugs]
@@ -66,7 +66,7 @@ nametrans = lambda foldername: \
             re.sub('^bugs.?', '', foldername)
 # Yeah, you have to mention the Mail dir, even though it
 # would seem intuitive that reference would trim it.
-folderfilter = lambda foldername: not re.search('(^(oftc|lists|jobs|INBOX|TODO|chili_alarm|bdo_role|0_ldo_role|buildd|spam|outbox|archives|postponed|customflags|Trash))', foldername)
+folderfilter = lambda foldername: not re.search('(^(oftc|lists|jobs|INBOX|TODO|chili_alarm|bdo_role|0_ldo_role|buildd|spam|outbox|archives|postponed|customflags|Trash|Drafts))', foldername)
 
 preauthtunnel = ssh -q linnode.donarmstrong.com '/usr/lib/dovecot/imap -o mail_location=maildir:/home/don/Maildir:INBOX=/home/don/Maildir'
 
@@ -92,7 +92,7 @@ nametrans = lambda foldername: \
             re.sub('^spam.?', '', foldername)
 # Yeah, you have to mention the Mail dir, even though it
 # would seem intuitive that reference would trim it.
-folderfilter = lambda foldername: not re.search('(^(oftc|lists|jobs|INBOX|TODO|chili_alarm|bdo_role|0_ldo_role|bugs|buildd|outbox|archives|postponed|customflags|Trash))', foldername)
+folderfilter = lambda foldername: not re.search('(^(oftc|lists|jobs|INBOX|TODO|chili_alarm|bdo_role|0_ldo_role|bugs|buildd|outbox|archives|postponed|customflags|Trash|Drafts))', foldername)
 
 preauthtunnel = ssh -q linnode.donarmstrong.com '/usr/lib/dovecot/imap -o mail_location=maildir:/home/don/Maildir:INBOX=/home/don/Maildir'
 
@@ -112,6 +112,6 @@ ssl = yes
 createfolders = False
 
 
-folderfilter = lambda foldername: not re.search('(^(oftc|lists|INBOX|TODO|chili_alarm|bdo_role|0_ldo_role|spam|bugs|buildd|outbox|archives|postponed|customflags))', foldername)
+folderfilter = lambda foldername: not re.search('(^(oftc|lists|INBOX|TODO|chili_alarm|bdo_role|0_ldo_role|spam|bugs|buildd|outbox|archives|postponed|customflags|Trash|Drafts))', foldername)
 
 preauthtunnel = ssh -q linnode.donarmstrong.com '/usr/lib/dovecot/imap -o mail_location=maildir:/home/don/Maildir:INBOX=/home/don/Maildir'