From: martin f. krafft Date: Thu, 22 Dec 2011 14:14:15 +0000 (+0100) Subject: cleanup X-Git-Url: https://git.madduck.net/etc/offlineimap.git/commitdiff_plain/9c1e245390d48715c107cf8a0d29d7ac79186777?hp=7f6aec793e90c72cb6699191e01ed412b6ceb3b7 cleanup --- 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\..+']