]> git.notmuchmail.org Git - notmuch/commit
Integrate reply_part_content function into reply_part function.
authorJameson Graef Rollins <jrollins@finestructure.net>
Thu, 26 May 2011 01:01:11 +0000 (18:01 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 27 May 2011 23:18:57 +0000 (16:18 -0700)
commit5659d422315ebd46f80db739e28a58b51590b64f
treefe8eb647770c75188097d893b73dacb8f60a1f13
parent03ac922c4b4b542658a1c20e152df0ed63299c81
Integrate reply_part_content function into reply_part function.

After the last patch to eliminate some redundant code paths in
reply_part, the reply_part_content function was only being called
once.  Disolving the function and integrating its contents into the
reply_part function makes things a little simpler, and frees up some
name space that will be needed in the next patch.
notmuch-reply.c