mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: test notmuch-indent-messages-width default
Previous behaviour was to indent messages in a thread according to depth by one space per level. This is still the case with notmuch-indent-messages-width default value `1'. This test succeeds if output with default value is same as in "Basic notmuch-show view in emacs".
This commit is contained in:
parent
46eb1c116a
commit
647635fc9e
1 changed files with 7 additions and 0 deletions
|
@ -50,6 +50,13 @@ test_emacs "(notmuch-show \"$maildir_storage_thread\")
|
|||
(test-output)"
|
||||
test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-maildir-storage
|
||||
|
||||
test_begin_subtest "Basic notmuch-show view in emacs default indentation"
|
||||
maildir_storage_thread=$(notmuch search --output=threads id:20091117190054.GU3165@dottiness.seas.harvard.edu)
|
||||
test_emacs "(let ((notmuch-indent-messages-width 1))
|
||||
(notmuch-show \"$maildir_storage_thread\")
|
||||
(test-output))"
|
||||
test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-maildir-storage
|
||||
|
||||
test_begin_subtest "notmuch-show for message with invalid From"
|
||||
add_message "[subject]=\"message-with-invalid-from\"" \
|
||||
"[from]=\"\\\"Invalid \\\" From\\\" <test_suite@notmuchmail.org>\""
|
||||
|
|
Loading…
Reference in a new issue