quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Quilt-dev] [PATCH] mail: Unbreak threading


From: Thomas Gleixner
Subject: Re: [Quilt-dev] [PATCH] mail: Unbreak threading
Date: Tue, 5 Jun 2018 01:26:04 +0200 (CEST)
User-agent: Alpine 2.21 (DEB 202 2017-01-01)

On Mon, 4 Jun 2018, Thomas Gleixner wrote:

> The Message-ID extraction from the cover letter fails because the message
> generator uses 'Message-Id' while the extraction uses 'Message-ID'. formail
> did not care, but the extraction sed magic cares. As a consequence
> threading of the mails is broken.
> 
> Use 'Message-ID' consistently all over the place.
> 
> Fixes: 1d659bebaf3d ("quilt/mail: Remove procmail dependency")
> Signed-off-by: Thomas Gleixner <address@hidden>

I noticed that the patch has been applied already. Thanks for that.

Though I disagree with the rewritten changelog:

  (The mail threading broken by commit 1d659beb "quilt/mail: Remove
  procmail dependency" was already fixed by commit 360b85e1 "mail: Fix
  patch set threading".)

That's blantantly wrong. commit 360b85e1 fixes absolutely nothing because
it merily adds -n to the sed invocation which does not at all fix the
uppercase/lowercase mismatch of the supplied header search string
'Message-ID' and the header 'Message-Id' in the mail generator which
creates the cover letter from which the message id should be extracted.

Thanks,

        tglx



reply via email to

[Prev in Thread] Current Thread [Next in Thread]