summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-03-08 00:51:37 -0500
committerJesse Luehrs <doy@tozt.net>2019-03-08 00:52:09 -0500
commitf6552b26dd99810592ca1d4e859080fa55896e57 (patch)
tree54fcce720e7d198a8cd23bad4b011834c383e287
parentce361d531efd95891c40e9f249fca5761369510c (diff)
downloadconf-f6552b26dd99810592ca1d4e859080fa55896e57.tar.gz
conf-f6552b26dd99810592ca1d4e859080fa55896e57.zip
go back to not syncing the old.* folders
i only needed to sync them once since they aren't still getting mail
-rw-r--r--config/offlineimap/config1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/offlineimap/config b/config/offlineimap/config
index 856d928..9b22966 100644
--- a/config/offlineimap/config
+++ b/config/offlineimap/config
@@ -28,6 +28,7 @@ maxconnections = 5
keepalive = 60
holdconnectionopen = yes
idlefolders = ['INBOX']
+folderfilter = lambda foldername: not re.search('^old(\.|$)', foldername)
subscribedonly = no
# vim:ft=dosini: