]> git.notmuchmail.org Git - notmuch/commit
add part_sep formatter to replace "first" argument to part format functions
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 23 May 2011 02:56:53 +0000 (19:56 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 23 May 2011 21:55:27 +0000 (14:55 -0700)
commit6c2417cabc1b35ea4fc9db6493d85354b1039d6d
tree2294ff3d2ad52b12cb657966d984c29b0acd89c0
parentd2177d0b22a95989dee4f46a1b2cca68484a2ce3
add part_sep formatter to replace "first" argument to part format functions

A new field "part_sep" is added to the notmuch_show_format structure,
to be used for part separation.  This is cleaner than the "first"
argument that was being passed around to the part arguments, and
allows the function that handles overall part output formatting
(show_message_part) to directly handle when outputting the separator.
notmuch-client.h
notmuch-reply.c
notmuch-show.c
show-message.c