]> git.notmuchmail.org Git - notmuch/commit
reply: Move reply citation printing to the recursive MIME walk
authorAustin Clements <amdragon@MIT.EDU>
Tue, 27 Mar 2012 21:59:52 +0000 (17:59 -0400)
committerDavid Bremner <bremner@debian.org>
Sat, 31 Mar 2012 11:17:55 +0000 (08:17 -0300)
commit4ba18958b5fed52598044286e87ebb3f291e4277
tree4207dde33c8b91f267c14d4cd3e82b9876b42a64
parent4d322fb579ea66472912d10c11483844d100d17f
reply: Move reply citation printing to the recursive MIME walk

This makes more logical sense, since it makes the recursive printer
responsible for the entire reply body and lets it start at the root of
the MIME tree instead of the first child.  (We could move reply header
creation in there, too, but if we ever support proper reply to
multiple messages, we'll want just one set of reply headers computed
from the entire message set and many bodies.)
notmuch-reply.c