diff options
author | Brian Norris <computersforpeace@gmail.com> | 2014-11-22 20:38:42 -0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2015-03-22 21:08:30 +0800 |
commit | 8d4b4c7ee342115b50d539dc8a07c5a6178aa508 (patch) | |
tree | 22266448172377384b952bf8ef58d2b29179c594 /docs | |
parent | 5b88d0325ee803ae470cdcdea9207c12ee2ef16e (diff) | |
download | patchwork-8d4b4c7ee342115b50d539dc8a07c5a6178aa508.tar patchwork-8d4b4c7ee342115b50d539dc8a07c5a6178aa508.tar.gz |
xmlrpc: include UNIX mbox 'From ' header in patch_get_mbox()
This function is misleadingly named 'mbox'; the contents do not begin
with a proper 'From xxx <date>' separator line. (Notably, the mbox
format does not have an authoritative standard, but at least this basic
'separator' construct is noted in http://tools.ietf.org/html/rfc4155.)
The Message.as_string() function takes an optional [unixfrom] boolean
argument. Let's use it, like we do everywhere else (including in the web
interface 'mbox' link).
Among other things, this means that we can straightforwardly concatenate
the output of patch_get_mbox(), and more tools can use this output
as-is.
Example header:
>From patchwork Fri Nov 21 18:24:29 2014
...
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions