diff options
| author | David Bremner <david@tethera.net> | 2018-08-30 08:29:10 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-09-06 08:07:13 -0300 |
| commit | 46dce33abc82ea6ebd3be2e0887506af4185c739 (patch) | |
| tree | cdb3ca606c7fcf77e9eb5c7e9c45de77b45aeaa0 /test | |
| parent | 21803df6aeb20ff2e91068988441f10fc4b6853a (diff) | |
lib/thread: change _resolve_thread_relationships to use depths
We (finally) implement the XXX comment. It requires a bit of care not
to reparent all of the possible toplevel messages.
_notmuch_messages_has_next is not ready to be a public function yet,
since it punts on the mset case. We know in the one case it is called,
the notmuch_messages_t is just a regular list / iterator.
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 c244054a..915e68ef 100755 --- a/test/T510-thread-replies.sh +++ b/test/T510-thread-replies.sh @@ -174,7 +174,6 @@ EOF test_expect_equal_file EXPECTED OUTPUT test_begin_subtest "reply to ghost (tree view)" -test_subtest_known_broken test_emacs '(notmuch-tree "id:000-real-root@example.org") (notmuch-test-wait) (test-output) |
