Hi David, notmuch developers, thanks to David (id:8762jfabih.fsf@zancas.localnet), I now know that the test in the parent message does not work. Sorry for the noise, I'll provide a functional test. * Gregor Zattler <telegraph@gmx.net> [23. Oct. 2011]: > In Emacs, notmuch indents messages according to their thread > depth. This leads to unused space and sometimes strange > formatting of paragraphs with long lines. Therefore I would like > to turn it off and have the message thread look more like a > conversation, as on GMail for example. > > This commit contains a test for such functionality. It tests > notmuch-show for a message thread without the indentation to > indicate thread depth of messages by setting > notmuch-indent-messages-width to `0'. > --- > I send this test as second patch since it depends on the > notmuch-indent-messages-width variable introduced by the first > one. > > test/emacs | 7 + > ...show-thread-maildir-storage-without-indentation | 215 ++++++++++++++++++++ > 2 files changed, 222 insertions(+), 0 deletions(-) > create mode 100644 test/notmuch-show-thread-maildir-storage-without-indentation Gregor