]> git.donarmstrong.com Git - mail.git/commitdiff
do not create folders by default
authorDon Armstrong <don@donarmstrong.com>
Wed, 6 Jun 2012 19:24:27 +0000 (19:24 +0000)
committerDon Armstrong <don@donarmstrong.com>
Wed, 6 Jun 2012 19:24:27 +0000 (19:24 +0000)
.offlineimaprc

index 3074fd54cbc81e5ed6c8c7841d44a3de45db48c6..726f5afd0d9a65d5a862bd72d741291ac102c8d6 100644 (file)
@@ -20,9 +20,8 @@ type = IMAP
 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 linnode.donarmstrong.com 'MAIL=maildir:/home/don/Maildir:INBOX=/home/don/Maildir /usr/lib/dovecot/imap'
 
 
@@ -36,6 +35,7 @@ localfolders = ~/Mail/lists
 
 [Repository RemoteLists]
 type = IMAP
+createfolders = False
 remotehost = linnode.donarmstrong.com
 remoteuser = don
 ssl = yes
@@ -58,6 +58,7 @@ localfolders = ~/Mail/bugs
 
 [Repository RemoteBugs]
 type = IMAP
+createfolders = False
 remotehost = linnode.donarmstrong.com
 remoteuser = don
 ssl = yes
@@ -83,6 +84,7 @@ localfolders = ~/Mail/spam
 
 [Repository RemoteSpam]
 type = IMAP
+createfolders = False
 remotehost = linnode.donarmstrong.com
 remoteuser = don
 ssl = yes
@@ -103,12 +105,14 @@ remoterepository = RemoteJobs
 [Repository LocalJobs]
 type = Maildir
 localfolders = ~/Mail/jobs
+createfolders = False
 
 [Repository RemoteJobs]
 type = IMAP
 remotehost = linnode.donarmstrong.com
 remoteuser = don
 ssl = yes
+createfolders = False
 
 
 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)