]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
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)
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).


No differences found