]> git.notmuchmail.org Git - notmuch/commit
show/reply: Unify the code that extracts text parts
authorAustin Clements <amdragon@MIT.EDU>
Tue, 27 Mar 2012 21:59:50 +0000 (17:59 -0400)
committerDavid Bremner <bremner@debian.org>
Sat, 31 Mar 2012 11:17:20 +0000 (08:17 -0300)
commitea4fd50f45b0bc0888070125c632ea2326eb18f7
tree1a450a3512310a45afcec7f2d3f56993fea11d72
parentee1180018ee3c772d7ac769222ff9c6940f3c838
show/reply: Unify the code that extracts text parts

Previously, show and reply had separate implementations of decoding
and printing text parts.  Now both use show's implementation, which
was more complete.  Show's implementation has been extended with an
option to add reply quoting to the extracted part (this is implemented
as a named flag to avoid naked booleans, even though it's the only
flag it can take).
notmuch-client.h
notmuch-reply.c
notmuch-show.c