From: Austin Clements Date: Mon, 23 Jan 2012 23:33:10 +0000 (-0500) Subject: show: Introduce mime_node formatter callback X-Git-Tag: debian/0.12_rc1-1~162 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=7430a42e23ee775818f84ed75f417302da694152;hp=7430a42e23ee775818f84ed75f417302da694152;ds=sidebyside 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. ---