X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.offlineimaprc;h=06a79b6fd655385e385a03c57eb60db199f358ce;hb=c2a172ab336eb98379cbadd334b352082948e6ae;hp=0f7581fc0e05d2ef395f13280ec4ea435a3d36d0;hpb=7c5cc73fc4ea88e2e656c0a61f4fc0361b8e155c;p=mail.git diff --git a/.offlineimaprc b/.offlineimaprc index 0f7581f..06a79b6 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -1,10 +1,8 @@ [general] -#accounts = Inbox, Lists, Bugs, Spam accounts = Inbox, Bugs, Lists, Spam, Jobs -#accounts = Bugs # sync three accounts at once -# maxsyncaccounts = 3 -ui = Curses.Blinkenlights +#maxsyncaccounts = 3 +ui = TTYUI [Account Inbox] @@ -17,13 +15,12 @@ localfolders = ~/Mail [Repository RemoteInbox] type = IMAP -remotehost = rzlab.ucr.edu +remotehost = linnode.donarmstrong.com remoteuser = don ssl = yes - +createfolders = False 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 '/usr/lib/dovecot/imap -o mail_location=maildir:/home/don/Maildir:INBOX=/home/don/Maildir' [Account Lists] @@ -36,7 +33,8 @@ localfolders = ~/Mail/lists [Repository RemoteLists] type = IMAP -remotehost = rzlab.ucr.edu +createfolders = False +remotehost = linnode.donarmstrong.com remoteuser = don ssl = yes #reference = Mail @@ -45,8 +43,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 '/usr/lib/dovecot/imap -o mail_location=maildir:/home/don/Maildir:INBOX=/home/don/Maildir' [Account Bugs] localrepository = LocalBugs @@ -58,7 +56,8 @@ localfolders = ~/Mail/bugs [Repository RemoteBugs] type = IMAP -remotehost = rzlab.ucr.edu +createfolders = False +remotehost = linnode.donarmstrong.com remoteuser = don ssl = yes #reference = Mail @@ -67,9 +66,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 '/usr/lib/dovecot/imap -o mail_location=maildir:/home/don/Maildir:INBOX=/home/don/Maildir' @@ -83,7 +82,8 @@ localfolders = ~/Mail/spam [Repository RemoteSpam] type = IMAP -remotehost = rzlab.ucr.edu +createfolders = False +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 '/usr/lib/dovecot/imap -o mail_location=maildir:/home/don/Maildir:INBOX=/home/don/Maildir' [Account Jobs] localrepository = LocalJobs @@ -106,11 +106,12 @@ localfolders = ~/Mail/jobs [Repository RemoteJobs] type = IMAP -remotehost = rzlab.ucr.edu +remotehost = linnode.donarmstrong.com remoteuser = don ssl = yes +createfolders = False -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 '/usr/lib/dovecot/imap -o mail_location=maildir:/home/don/Maildir:INBOX=/home/don/Maildir'