Re: [PATCH 08/20] cli/show: emit headers after emitting body

2018-06-15 Thread David Bremner
Daniel Kahn Gillmor writes: > test_begin_subtest "Show message: sexp" > add_message "[subject]=\"sexp-show-subject\"" "[date]=\"Sat, 01 Jan 2000 > 12:00:00 -\"" "[bcc]=\"test_suite+...@notmuchmail.org\"" > "[reply-to]=\"test_suite+repl...@notmuchmail.org\"" > "[body]=\"sexp-show-message\

[PATCH 08/20] cli/show: emit headers after emitting body

2018-05-10 Thread Daniel Kahn Gillmor
This paves the way for emitting protected headers after verification and decryption, because it means that the headers will only be emitted after the body has been parsed. --- notmuch-show.c| 6 +++--- test/T170-sexp.sh | 8 2 files changed, 7 insertions(+), 7 deletions(-) diff --git