]> git.donarmstrong.com Git - mail.git/commitdiff
add ldo
authorDon Armstrong <don@donarmstrong.com>
Tue, 24 Jul 2007 19:20:22 +0000 (19:20 +0000)
committerDon Armstrong <don@donarmstrong.com>
Tue, 24 Jul 2007 19:20:22 +0000 (19:20 +0000)
.offlineimaprc

index 192fee1fb31c21f2fb6ab30aa30227ed6b318d9c..abc8955e5a2ce42246f2296c9907788d38d0d70d 100644 (file)
@@ -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|spam|outbox|bugs|postponed|customflags))', foldername)
+folderfilter = lambda foldername: not re.search('(^(oftc|archives|jobs|INBOX|TODO|chili_alarm|bdo_role|0_ldo_role|spam|outbox|bugs|postponed|customflags))', foldername)
 preauthtunnel = ssh -q rzlab.ucr.edu 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir/Inbox /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|spam|outbox|archives|postponed|customflags))', foldername)
+folderfilter = lambda foldername: not re.search('(^(oftc|lists|jobs|INBOX|TODO|chili_alarm|bdo_role|0_ldo_role|spam|outbox|archives|postponed|customflags))', foldername)
 
 preauthtunnel = ssh -q rzlab.ucr.edu 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir/Inbox /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|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|outbox|archives|postponed|customflags))', foldername)
 
 preauthtunnel = ssh -q rzlab.ucr.edu 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir/Inbox /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|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|outbox|archives|postponed|customflags))', foldername)
 
 preauthtunnel = ssh -q rzlab.ucr.edu 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir/Inbox /usr/lib/dovecot/imap'