diff options
| author | David Bremner <david@tethera.net> | 2018-08-30 08:29:07 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-09-06 08:07:13 -0300 |
| commit | a33085828408ec421bcfcf23449b51e0a0e3cece (patch) | |
| tree | c5ec41a779e160c80c9b45e90749f4b7d439052a /test/T510-thread-replies.sh | |
| parent | ac2146118b83ca08aa6dd1275f65eefaed9fe2c0 (diff) | |
lib/thread: initial use of references as for fallback parenting
This is mainly to lay out the structure of the final code. The problem
isn't really solved yet, although some very simple cases are
better (hence the fixed test). We need two passes through the messages
because we need to be careful not to re-parent too many messages and
end up without any toplevel messages.
Diffstat (limited to 'test/T510-thread-replies.sh')
| -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 72af50df..c244054a 100755 --- a/test/T510-thread-replies.sh +++ b/test/T510-thread-replies.sh @@ -167,7 +167,6 @@ test_expect_equal_json "$output" "$expected" add_email_corpus threading test_begin_subtest "reply to ghost" -test_subtest_known_broken notmuch show --entire-thread=true id:000-real-root@example.org | grep ^Subject: | head -1 > OUTPUT cat <<EOF > EXPECTED Subject: root message |
