diff options
| author | David Bremner <david@tethera.net> | 2018-08-30 08:29:15 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-09-06 08:07:13 -0300 |
| commit | 87934c432c4bee9df09f268a3f05933c59c2caf1 (patch) | |
| tree | 879593fcb901a83e6850f6a53c796231075ab2fa /test | |
| parent | b31e44c678bf3bfe81bcc5f159e627551f12700f (diff) | |
lib: change parent strategy to use In-Reply-To if it looks sane
As reported by Sean Whitton, there are mailers (in particular the
Debian Bug Tracking System) that have sensible In-Reply-To headers,
but un-useful-for-notmuch References (in particular with the BTS, the
oldest reference is last). I looked at a sample of about 200K
messages, and only about 0.5% these had something other than a single
message-id in In-Reply-To. On this basis, if we see a single
message-id in In-Reply-To, consider that as authoritative.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T510-thread-replies.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T510-thread-replies.sh b/test/T510-thread-replies.sh index 1dfb86c9..5d6bea7e 100755 --- a/test/T510-thread-replies.sh +++ b/test/T510-thread-replies.sh @@ -210,7 +210,6 @@ EOF test_expect_equal_file EXPECTED OUTPUT test_begin_subtest "trusting reply-to (tree view)" -test_subtest_known_broken test_emacs '(notmuch-tree "id:B00-root@example.org") (notmuch-test-wait) (test-output) |
