]> git.ipfire.org Git - thirdparty/patchwork.git/commit
bin/parsemail: Support user-provided list ID
authorStephen Finucane <stephen.finucane@intel.com>
Fri, 13 Nov 2015 03:32:51 +0000 (03:32 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 26 Nov 2015 21:15:37 +0000 (21:15 +0000)
commit545c062e794715c30e1e77245a70303ac28a9da3
tree8c826bab57d5467228e55a2bdae473b4e870641c
parent2fea8aba0e8ad0555cb306f6e1539bdd162098c3
bin/parsemail: Support user-provided list ID

Sometimes mails won't contain the headers necessary to extract a
mailing list's ID (for example: mails downloaded from Mailman
archives). However, should the user already know the correct mailing
list ID then this extraction is not necessary.

Allow the user to provide a mailing list ID by the command line.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/bin/parsemail.py
patchwork/tests/test_patchparser.py