mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-23 08:14:58 +00:00
Fixed long options --filter-append and --pwfile to accept their arguments.
This commit is contained in:
parent
75506d9be2
commit
8f47290956
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue