notmuch/man
John Lenz f735a85c28 cli: add --include-html option to notmuch show
For my client, the largest bottleneck for displaying large threads is
exporting each html part individually since by default notmuch will not
show the json parts.  For large threads there can be quite a few parts and
each must be exported and decoded one by one.  Also, I then have to deal
with all the crazy charsets which I can do through a library but is a
pain.

Therefore, this patch adds an --include-html option that causes the
text/html parts to be included as part of the output of show.

diff man/man1/notmuch-show.1
2013-08-27 07:57:36 -03:00
..
man1 cli: add --include-html option to notmuch show 2013-08-27 07:57:36 -03:00
man5 release: synchronize dates 2013-08-03 08:29:40 -03:00
man7 man: clarify folder: prefix regarding duplicate files 2013-08-24 11:44:52 +02:00
.gitignore fix .gitignore for gzipped man pages 2012-01-17 14:52:31 -04:00
Makefile build-system: update for split man pages 2011-12-31 15:16:32 -04:00
Makefile.local man: document 'insert' command 2013-06-29 14:42:50 -03:00