]> git.notmuchmail.org Git - notmuch/commit
Break up format->part function into part_start and part_content functions.
authorJameson Graef Rollins <jrollins@finestructure.net>
Thu, 26 May 2011 01:01:13 +0000 (18:01 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 27 May 2011 23:18:57 +0000 (16:18 -0700)
commitd92146d3a6809f8ad940302af49cd99a0820665e
tree32e9d39126d39bc864e2932c47d81238fdf08af5
parent757e06f74bb7b5f69c0a20c7a5432150e074055d
Break up format->part function into part_start and part_content functions.

Future improvements (eg. crypto support) will require adding new part
header.  By breaking up the output of part headers from the output of
part content, we can easily out new part headers with new formatting
functions.
notmuch-client.h
notmuch-reply.c
notmuch-show.c
show-message.c