From f6552b26dd99810592ca1d4e859080fa55896e57 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 8 Mar 2019 00:51:37 -0500 Subject: go back to not syncing the old.* folders i only needed to sync them once since they aren't still getting mail --- config/offlineimap/config | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3