mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
adb90b9bb6
Previously in message-show mode message's first header line (From header) was always indented, even if user had turned thread indentation off with "<" (notmuch-show-toggle-thread-indentation) command. This change modifies notmuch-show-insert-headerline function so that it doesn't indent the first header line if notmuch-show-indent-content variable is nil. This change also modifies tests so that they expect this new output format: test/emacs-show.expected-output/notmuch-show-indent-thread-content-off |
||
---|---|---|
.. | ||
notmuch-show-decrypted-message | ||
notmuch-show-decrypted-message-no-crypto | ||
notmuch-show-elide-non-matching-messages-off | ||
notmuch-show-elide-non-matching-messages-on | ||
notmuch-show-indent-thread-content-off | ||
notmuch-show-process-crypto-mime-parts-off | ||
notmuch-show-process-crypto-mime-parts-on | ||
notmuch-show-undecryptable-message |