]> git.notmuchmail.org Git - notmuch/commit
cli: add --include-html option to notmuch show
authorJohn Lenz <lenz@math.uic.edu>
Tue, 2 Jul 2013 00:19:42 +0000 (19:19 -0500)
committerDavid Bremner <bremner@debian.org>
Tue, 27 Aug 2013 10:57:36 +0000 (07:57 -0300)
commitf735a85c28a3c6b6e38ecaba04029a917c6d6830
tree6dc52a163720aa2ac3532b1b0d857f9536e78800
parent3e60e0b3e9a0cc762abe077fb0077f23ac29f56c
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
man/man1/notmuch-show.1
notmuch-client.h
notmuch-reply.c
notmuch-show.c