]> git.notmuchmail.org Git - notmuch/commit
show: Introduce mime_node formatter callback
authorAustin Clements <amdragon@MIT.EDU>
Mon, 23 Jan 2012 23:33:10 +0000 (18:33 -0500)
committerDavid Bremner <bremner@debian.org>
Wed, 25 Jan 2012 11:21:40 +0000 (07:21 -0400)
commit7430a42e23ee775818f84ed75f417302da694152
tree91bb8d5d577f44d160efd30efbb25f6099b5a38b
parenta66e65d604c5e658daa97acbb9d0487788863521
show: Introduce mime_node formatter callback

This callback is the gateway to the new mime_node_t-based formatters.
This maintains backwards compatibility so the formatters can be
transitioned one at a time.  Once all formatters are converted, the
formatter structure can be reduced to only message_set_{start,sep,end}
and part, most of show_message can be deleted, and all of
show-message.c can be deleted.
notmuch-client.h
notmuch-reply.c
notmuch-show.c