]> git.ozlabs.org Git - patchwork/commit
parser: Recognize mail headers for delegate and state
authorDirk Wallenstein <halsmit@t-online.de>
Wed, 26 Jan 2011 05:12:29 +0000 (05:12 +0000)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 28 Feb 2011 01:54:05 +0000 (09:54 +0800)
commitfec4267113abb18890ddf04b744122892af63383
tree771f7f4ee434c68f2920777a63c932a58358c16d
parent6e8cc100dc722b153d611c85c43dd22041516da8
parser: Recognize mail headers for delegate and state

Introduce two new Patchwork mail headers that determine the initial
state and delegate of a patch.  They take a state name as displayed in
Patchwork and the email address of the wanted delegate.  An example:

X-Patchwork-State: Changes Requested
X-Patchwork-Delegate: maintainer@project.tld

Signed-off-by: Dirk Wallenstein <halsmit@t-online.de>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/bin/parsemail.py