]> git.ozlabs.org Git - patchwork/commit
Add Message-Id to xmlrpc patch_get_mbox headers
authorThomas Gleixner <tglx@linutronix.de>
Thu, 17 Sep 2009 11:23:09 +0000 (13:23 +0200)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 18 Sep 2009 02:02:21 +0000 (10:02 +0800)
commit3d807d7921ac32fca7e01c008412f0f46d96d076
tree233de30ef174f3465ce54af70b627012ad53581d
parent4fc6a16910e595401e919abde28cca436193e0dd
Add Message-Id to xmlrpc patch_get_mbox headers

While trying to utilize patchwork for my daily workflow I noticed that
the xmlrpc patch_get_mbox function does not add the original message
id to the headers. That forces me to look it up with the browser which
is a major PITA.

Add Message-Id to the headers.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/models.py