aboutsummaryrefslogtreecommitdiffstats
path: root/archivemail.py
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2006-09-28 22:19:12 +0000
committerNikolaus Schulz <microschulz@web.de>2006-09-28 22:19:12 +0000
commit8f47290956827329909a9e5aecaa965506bbf35e (patch)
tree6c8062bc3bdc4a3104644c125846b050a0b06817 /archivemail.py
parent75506d9be262e88270e211e5fc6fc4a724a6e265 (diff)
downloadarchivemail-8f47290956827329909a9e5aecaa965506bbf35e.tar.gz
archivemail-8f47290956827329909a9e5aecaa965506bbf35e.tar.bz2
archivemail-8f47290956827329909a9e5aecaa965506bbf35e.zip
Fixed long options --filter-append and --pwfile to accept their arguments.
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 dfc1fba..ed044e8 100755
--- a/archivemail.py
+++ b/archivemail.py
@@ -175,7 +175,7 @@ class Options:
opts, args = getopt.getopt(args, '?D:S:Vd:hno:F:P:qs:uv',
["date=", "days=", "delete", "dry-run", "help",
"include-flagged", "no-compress", "output-dir=",
- "filter-append", "pwfile",
+ "filter-append=", "pwfile=",
"preserve-unread", "quiet", "size=", "suffix=",
"verbose", "version", "warn-duplicate"])
except getopt.error, msg: