From 9c1e245390d48715c107cf8a0d29d7ac79186777 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 22 Dec 2011 15:14:15 +0100 Subject: [PATCH] cleanup --- .offlineimap/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.offlineimap/helper.py b/.offlineimap/helper.py index 47b9825..6b7a6e0 100644 --- a/.offlineimap/helper.py +++ b/.offlineimap/helper.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -import re, os, stat, time, atexit +import re base_excludes = ['delayed', 'outgoing', 'Trash', 'Sent', 'Queue', 'sent'] full_excludes_re = ['discard', 'spool', 'spam', 'store\..+'] -- 2.39.2