From: martin f. krafft Date: Tue, 15 Jul 2008 13:40:00 +0000 (+0200) Subject: do not sync Sent X-Git-Url: https://git.madduck.net/etc/offlineimap.git/commitdiff_plain/08b674a83c6a62ee7f3d73e7b6f8b6509c7c6b1d do not sync Sent --- diff --git a/.offlineimap/helper.py b/.offlineimap/helper.py index fc5a16b..061651f 100644 --- a/.offlineimap/helper.py +++ b/.offlineimap/helper.py @@ -44,7 +44,7 @@ def should_do_full_sync(): #do_full = should_do_full_sync() do_full = True def py_folderfilter_seamus(x): - base_excludes = ['delayed', 'outgoing', 'Trash'] + base_excludes = ['delayed', 'outgoing', 'Trash', 'Sent'] if do_full: return x not in base_excludes