Remove unused variable

This commit is contained in:
Nikolaus Schulz 2010-07-16 19:17:56 +02:00
parent 80b3483439
commit 7269c32734
1 changed files with 0 additions and 1 deletions

View File

@ -1035,7 +1035,6 @@ def build_imap_filter():
"""Return an imap filter string"""
imap_filter = []
old = 0
if options.date_old_max == None:
time_now = time.time()
secs_old_max = (options.days_old_max * 24 * 60 * 60)