mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-22 07:42:55 +00:00
Remove unused variable
This commit is contained in:
parent
80b3483439
commit
7269c32734
1 changed files with 0 additions and 1 deletions
|
@ -1035,7 +1035,6 @@ def build_imap_filter():
|
||||||
"""Return an imap filter string"""
|
"""Return an imap filter string"""
|
||||||
|
|
||||||
imap_filter = []
|
imap_filter = []
|
||||||
old = 0
|
|
||||||
if options.date_old_max == None:
|
if options.date_old_max == None:
|
||||||
time_now = time.time()
|
time_now = time.time()
|
||||||
secs_old_max = (options.days_old_max * 24 * 60 * 60)
|
secs_old_max = (options.days_old_max * 24 * 60 * 60)
|
||||||
|
|
Loading…
Reference in a new issue