Messages to be threaded correctly, even if escaped by a remote.
Actual Behaviour
They appeared unrelated.
Steps to Reproduce
Open mbox.broken
Notice that these two are not threaded together
Notice that the headers appear to be correct
Manually unescape the In-Reply-To: header, creating mbox.ok:
diff --git a/mbox.broken b/mbox.ok
index e767404..daa4158 100755
--- a/mbox.broken+++ b/mbox.ok@@ -23,10 +23,8 @@ index 0000000..f971561
From nobody Tue May 5 22:27:45 2020
Message-Id: <42254f08a01207fcbb4ecca7f6b2915f8dcd6c61.1588717517.git.nabijaczleweli@gmail.com>
-In-Reply-To: =?utf-8?q?=3Cf90fcb94abf016741cbd83c8422a6d3c8e1ff664=2E1588717?=- =?utf-8?q?517=2Egit=2Enabijaczleweli=40gmail=2Ecom=3E?=-References: =?utf-8?q?=3Cf90fcb94abf016741cbd83c8422a6d3c8e1ff664=2E15887175?=- =?utf-8?q?17=2Egit=2Enabijaczleweli=40gmail=2Ecom=3E?=+In-Reply-To: <f90fcb94abf016741cbd83c8422a6d3c8e1ff664.1588717517.git.nabijaczleweli@gmail.com>+References: <f90fcb94abf016741cbd83c8422a6d3c8e1ff664.1588717517.git.nabijaczleweli@gmail.com>
From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= <nabijaczleweli@gmail.com>
Date: Wed, 6 May 2020 00:13:22 +0200
Subject: [PATCH 2/2] Demonstrate that I can use git send-email (but in a
Expected Behaviour
Messages to be threaded correctly, even if escaped by a remote.
Actual Behaviour
They appeared unrelated.
Steps to Reproduce
mbox.broken
In-Reply-To:
header, creatingmbox.ok
:mbox.ok
, see they're threaded now:How often does this happen?
mbox.broken.gz
mbox.ok.gz
Got these back from a list at https://lists.sr.ht, the mails in my Sent Mail folder are equivalent to
mbox.ok
.When did it start to happen?
dunno
NeoMutt Version
Tried with
20200320
and20200501
:Extra Info
The text was updated successfully, but these errors were encountered: