From 75193db05624641f3b0d1c00eb9968e682cedd30 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 15 Jul 2008 15:36:31 +0200 Subject: [PATCH] do not sync Trash --- .offlineimap/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.offlineimap/helper.py b/.offlineimap/helper.py index 09cec66..fc5a16b 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'] + base_excludes = ['delayed', 'outgoing', 'Trash'] if do_full: return x not in base_excludes -- 2.39.2