X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.offlineimaprc;h=3074fd54cbc81e5ed6c8c7841d44a3de45db48c6;hb=a1533466314df427e144f5aaba6125d83ae1fafc;hp=0f7581fc0e05d2ef395f13280ec4ea435a3d36d0;hpb=7c5cc73fc4ea88e2e656c0a61f4fc0361b8e155c;p=mail.git diff --git a/.offlineimaprc b/.offlineimaprc index 0f7581f..3074fd5 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -3,8 +3,8 @@ accounts = Inbox, Bugs, Lists, Spam, Jobs #accounts = Bugs # sync three accounts at once -# maxsyncaccounts = 3 -ui = Curses.Blinkenlights +#maxsyncaccounts = 7 +ui = Blinkenlights [Account Inbox] @@ -17,13 +17,13 @@ localfolders = ~/Mail [Repository RemoteInbox] type = IMAP -remotehost = rzlab.ucr.edu +remotehost = linnode.donarmstrong.com remoteuser = don ssl = yes folderfilter = lambda foldername: not re.search('(^(lists|bugs|jobs|archives|spam|customflags)|/\.)', foldername) -preauthtunnel = ssh -q rzlab.ucr.edu 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir/Inbox /usr/lib/dovecot/imap' +preauthtunnel = ssh -q linnode.donarmstrong.com 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir /usr/lib/dovecot/imap' [Account Lists] @@ -36,7 +36,7 @@ localfolders = ~/Mail/lists [Repository RemoteLists] type = IMAP -remotehost = rzlab.ucr.edu +remotehost = linnode.donarmstrong.com remoteuser = don ssl = yes #reference = Mail @@ -45,8 +45,8 @@ 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|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' +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] localrepository = LocalBugs @@ -58,7 +58,7 @@ localfolders = ~/Mail/bugs [Repository RemoteBugs] type = IMAP -remotehost = rzlab.ucr.edu +remotehost = linnode.donarmstrong.com remoteuser = don ssl = yes #reference = Mail @@ -67,9 +67,9 @@ 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|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|buildd|spam|outbox|archives|postponed|customflags|Trash))', foldername) -preauthtunnel = ssh -q rzlab.ucr.edu 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir/Inbox /usr/lib/dovecot/imap' +preauthtunnel = ssh -q linnode.donarmstrong.com 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir /usr/lib/dovecot/imap' @@ -83,7 +83,7 @@ localfolders = ~/Mail/spam [Repository RemoteSpam] type = IMAP -remotehost = rzlab.ucr.edu +remotehost = linnode.donarmstrong.com remoteuser = don ssl = yes #reference = Mail @@ -92,9 +92,9 @@ 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|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|buildd|outbox|archives|postponed|customflags|Trash))', foldername) -preauthtunnel = ssh -q rzlab.ucr.edu 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir/Inbox /usr/lib/dovecot/imap' +preauthtunnel = ssh -q linnode.donarmstrong.com 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir /usr/lib/dovecot/imap' [Account Jobs] localrepository = LocalJobs @@ -106,11 +106,11 @@ localfolders = ~/Mail/jobs [Repository RemoteJobs] type = IMAP -remotehost = rzlab.ucr.edu +remotehost = linnode.donarmstrong.com remoteuser = don ssl = yes -folderfilter = lambda foldername: not re.search('(^(oftc|lists|INBOX|TODO|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|buildd|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' +preauthtunnel = ssh -q linnode.donarmstrong.com 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir /usr/lib/dovecot/imap'