X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.offlineimaprc;h=3074fd54cbc81e5ed6c8c7841d44a3de45db48c6;hb=a1533466314df427e144f5aaba6125d83ae1fafc;hp=06114fc2ed98bdeba1ca852ffed571d3c1c2daa0;hpb=a83370da897049daa5f099b27fb692ec198f81a4;p=mail.git diff --git a/.offlineimaprc b/.offlineimaprc index 06114fc..3074fd5 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -4,7 +4,7 @@ accounts = Inbox, Bugs, Lists, Spam, Jobs #accounts = Bugs # sync three accounts at once #maxsyncaccounts = 7 -ui = Curses.Blinkenlights +ui = Blinkenlights [Account Inbox] @@ -45,7 +45,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|spam|outbox|bugs|postponed|customflags))', 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))', foldername) preauthtunnel = ssh -q linnode.donarmstrong.com 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir /usr/lib/dovecot/imap' [Account Bugs] @@ -67,7 +67,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|spam|outbox|archives|postponed|customflags))', 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))', foldername) preauthtunnel = ssh -q linnode.donarmstrong.com 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir /usr/lib/dovecot/imap' @@ -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|outbox|archives|postponed|customflags))', 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))', foldername) preauthtunnel = ssh -q linnode.donarmstrong.com 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir /usr/lib/dovecot/imap' @@ -111,6 +111,6 @@ remoteuser = don ssl = yes -folderfilter = lambda foldername: not re.search('(^(oftc|lists|INBOX|TODO|chili_alarm|bdo_role|0_ldo_role|spam|bugs|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))', foldername) preauthtunnel = ssh -q linnode.donarmstrong.com 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir /usr/lib/dovecot/imap'