From 7c5cc73fc4ea88e2e656c0a61f4fc0361b8e155c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 6 Jun 2006 21:57:43 +0000 Subject: [PATCH 1/1] add support for the todo mailbox --- .offlineimaprc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.offlineimaprc b/.offlineimaprc index f1038b0..0f7581f 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -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|bdo_role|spam|outbox|bugs|postponed|customflags))', foldername) +folderfilter = lambda foldername: not re.search('(^(oftc|archives|jobs|INBOX|TODO|bdo_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|bdo_role|spam|outbox|archives|postponed|customflags))', foldername) +folderfilter = lambda foldername: not re.search('(^(oftc|lists|jobs|INBOX|TODO|bdo_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|bdo_role|bugs|outbox|archives|postponed|customflags))', foldername) +folderfilter = lambda foldername: not re.search('(^(oftc|lists|jobs|INBOX|TODO|bdo_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|bdo_role|spam|bugs|outbox|archives|postponed|customflags))', foldername) +folderfilter = lambda foldername: not re.search('(^(oftc|lists|INBOX|TODO|bdo_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' -- 2.39.2