aboutsummaryrefslogtreecommitdiffstats
path: root/archivemail.py
diff options
context:
space:
mode:
Diffstat (limited to 'archivemail.py')
-rwxr-xr-xarchivemail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivemail.py b/archivemail.py
index 9a36004..b3a1709 100755
--- a/archivemail.py
+++ b/archivemail.py
@@ -977,7 +977,7 @@ def build_imap_filter():
if not options.include_flagged:
filter.append("UNFLAGGED")
if options.min_size:
- filter.append("BIGGER %d" % options.min_size)
+ filter.append("LARGER %d" % options.min_size)
if options.preserve_unread:
filter.append("SEEN")