1
0
Fork 0
mirror of https://git.code.sf.net/p/archivemail/code synced 2024-12-23 16:25:36 +00:00

Fixed long options --filter-append and --pwfile to accept their arguments.

This commit is contained in:
Nikolaus Schulz 2006-09-28 22:19:12 +00:00
parent 75506d9be2
commit 8f47290956

View file

@ -175,7 +175,7 @@ class Options:
opts, args = getopt.getopt(args, '?D:S:Vd:hno:F:P:qs:uv', opts, args = getopt.getopt(args, '?D:S:Vd:hno:F:P:qs:uv',
["date=", "days=", "delete", "dry-run", "help", ["date=", "days=", "delete", "dry-run", "help",
"include-flagged", "no-compress", "output-dir=", "include-flagged", "no-compress", "output-dir=",
"filter-append", "pwfile", "filter-append=", "pwfile=",
"preserve-unread", "quiet", "size=", "suffix=", "preserve-unread", "quiet", "size=", "suffix=",
"verbose", "version", "warn-duplicate"]) "verbose", "version", "warn-duplicate"])
except getopt.error, msg: except getopt.error, msg: