diff options
| author | David Bremner <david@tethera.net> | 2018-08-30 08:29:04 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-09-06 08:07:12 -0300 |
| commit | 9b568e73e1afc211306d18dac3d27df4a07a0fdd (patch) | |
| tree | 6aa0051c84141d2d1465e4bccd4a5672218697a5 /test | |
| parent | ccb52edb4c9fecd65a5a2577b6d1e96c4b8de492 (diff) | |
lib/thread: sort sibling messages by date
For non-root messages, this should not should anything currently, as
the messages are already added in date order. In the future we will
add some non-root messages in a second pass out of order and the
sorting will be useful. It does fix the order of multiple
root-messages (although it is overkill for that).
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T510-thread-replies.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/T510-thread-replies.sh b/test/T510-thread-replies.sh index 753c7ae1..72af50df 100755 --- a/test/T510-thread-replies.sh +++ b/test/T510-thread-replies.sh @@ -192,7 +192,6 @@ EOF test_expect_equal_file EXPECTED OUTPUT test_begin_subtest "reply to ghost (RT)" -test_subtest_known_broken notmuch show --entire-thread=true id:87bmc6lp3h.fsf@len.workgroup | grep ^Subject: | head -1 > OUTPUT cat <<EOF > EXPECTED Subject: FYI: xxxx xxxxxxx xxxxxxxxxxxx xxx @@ -200,7 +199,6 @@ EOF test_expect_equal_file EXPECTED OUTPUT test_begin_subtest "reply to ghost (RT/tree view)" -test_subtest_known_broken test_emacs '(notmuch-tree "id:87bmc6lp3h.fsf@len.workgroup") (notmuch-test-wait) (test-output) |
