aboutsummaryrefslogtreecommitdiffstats
path: root/archivemail.py
diff options
context:
space:
mode:
Diffstat (limited to 'archivemail.py')
-rwxr-xr-xarchivemail.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/archivemail.py b/archivemail.py
index 3402e8f..baed5d9 100755
--- a/archivemail.py
+++ b/archivemail.py
@@ -1049,10 +1049,7 @@ def is_older_than_days(time_message, max_days):
time_message -- the delivery date of the message measured in seconds
since the epoch
max_days -- maximum number of days before message is considered old
-
"""
- assert(max_days >= 1)
-
time_now = time.time()
if time_message > time_now:
vprint("warning: message has date in the future")