Re: [PATCH 2/2] cli: notmuch show support for --include-html with --format=text

2018-11-15 Thread mawww
Hello Any progress on merging those patches ? Is there anything I should do ? Cheers, Maxime. ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

[PATCH 2/2] cli: notmuch show support for --include-html with --format=text

2018-10-30 Thread mawww
From: Maxime Coste --- NEWS | 3 ++- doc/man1/notmuch-show.rst | 11 ++- notmuch-show.c| 9 ++--- test/T190-multipart.sh| 9 + 4 files changed, 23 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 64de..434f920a 100644 -

[PATCH 1/2] cli: notmuch show support for --body=false with --format=text

2018-10-30 Thread mawww
From: Maxime Coste --- NEWS | 8 doc/man1/notmuch-show.rst | 4 ++-- notmuch-show.c| 11 +-- test/T190-multipart.sh| 15 +++ 4 files changed, 34 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index ca3ba99e..64de 10

Re: [PATCH] cli: Support --include-html and --body=false for --format=text

2018-10-25 Thread mawww
On 2018-10-26 05:55, Jani Nikula wrote: It's debatable whether parsing the --format=text output correctly is convenient or not. Particularly for notmuch show I think the text format output is basically legacy, and I don't think we're all that fond of adding new features to it. I would argue t

[PATCH] cli: Support --include-html and --body=false for --format=text

2018-10-24 Thread mawww
text format is convenient for shell based parsing of notmuch output, adding support for --include-html and --body=false improves its usefulness to write complex shell based scripts. --- NEWS | 9 + doc/man1/notmuch-show.rst | 15 --- notmuch-show.c