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 <[email protected]> Fixes: 1d659bebaf3d ("quilt/mail: Remove procmail dependency") --- Okash, can you please confirm that this fixes your problem? Thanks. 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 _______________________________________________ Quilt-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/quilt-dev
