[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] [PATCH] mail: Fix patch set threading
From: |
Okash Khawaja |
Subject: |
Re: [Quilt-dev] [PATCH] mail: Fix patch set threading |
Date: |
Wed, 12 Apr 2017 19:46:50 +0100 |
User-agent: |
Mutt/1.7.2 (2016-11-26) |
Hi,
On Wed, Apr 12, 2017 at 06:45:52PM +0200, Jean Delvare wrote:
> Let patches reference the introduction message so that the patch set is
> properly threaded by MUA. This used to work but was broken by
> accident.
>
> This fixes bug #50775:
> https://savannah.nongnu.org/bugs/index.php?50775
>
> Signed-off-by: Jean Delvare <address@hidden>
> Fixes: 1d659bebaf3d ("quilt/mail: Remove procmail dependency")
> ---
> Okash, can you please confirm that this fixes your problem? Thanks.
Tested. Works fine now thanks. Do you need a Tested-by: ?
>
> quilt/mail.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- quilt.orig/quilt/mail.in 2016-11-03 09:48:37.242728725 +0100
> +++ quilt/quilt/mail.in 2017-04-10 11:15:43.986717171 +0200
> @@ -95,7 +95,7 @@ extract_header_value()
>
> # Long Header Fields may span multiple lines, in which case CRLF
> # is followed by space or tab (RFC 2822)
> - sed -n "/^${header}/,/^[^[:blank:]]/ { /^${header}/ { s/^${header}//p;
> n; }; /^[^[:blank:]]/q; /^$/q; p; }"
> + sed -ne "/^${header}/I,/^[^[:blank:]]/ { /^${header}/I {
> s/^${header}//I; p; n; }; /^[^[:blank:]]/q; /^$/q; p; }"
> }
>
> # See RFC 2822 Internet Message Format for how the In-Reply-To and
>
>
> --
> Jean Delvare
> SUSE L3 Support