From: Daniel Axtens Date: Thu, 22 Feb 2018 13:36:06 +0000 (+1100) Subject: docs: X-Patchwork-Ignore doesn't work, X-Patchwork-Hint: ignore does X-Git-Tag: v2.1.0-rc1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebab733abad4648e8d1c3c95c095bca8bc86b644;p=thirdparty%2Fpatchwork.git docs: X-Patchwork-Ignore doesn't work, X-Patchwork-Hint: ignore does Make this match what is tested for in parser.py Signed-off-by: Daniel Axtens --- diff --git a/docs/usage/headers.rst b/docs/usage/headers.rst index 8741d9c1..26e97c0a 100644 --- a/docs/usage/headers.rst +++ b/docs/usage/headers.rst @@ -5,16 +5,16 @@ Patchwork provides a number of special email headers to control how a patch is handled when it is received. The examples provided below use `git-send-email`, but custom headers can also be set when using tools like `mutt`. -`X-Patchwork-Ignore` +`X-Patchwork-Hint` - Valid values: * + Valid values: ignore - When set, the mere presence of this header will ensure the provided email is - not parsed by Patchwork. For example: + When set, this header will ensure the provided email is not parsed + by Patchwork. For example: .. code-block:: shell - $ git send-email --add-header="X-Patchwork-Ignore: test" master + $ git send-email --add-header="X-Patchwork-Hint: ignore" master `X-Patchwork-Delegate`