[PATCH v5 2/2] show: Introduce mime_node formatter callback

2012-01-24 Thread Jani Nikula
On Mon, 23 Jan 2012 18:33:10 -0500, Austin Clements wrote: > 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

[PATCH v5 2/2] show: Introduce mime_node formatter callback

2012-01-24 Thread Tomi Ollila
On Mon, 23 Jan 2012 18:33:10 -0500, Austin Clements wrote: > 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

[PATCH v5 2/2] show: Introduce mime_node formatter callback

2012-01-24 Thread Dmitry Kurochkin
On Mon, 23 Jan 2012 18:33:10 -0500, Austin Clements wrote: > 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

[PATCH v5 2/2] show: Introduce mime_node formatter callback

2012-01-24 Thread Austin Clements
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

Re: [PATCH v5 2/2] show: Introduce mime_node formatter callback

2012-01-24 Thread Dmitry Kurochkin
On Mon, 23 Jan 2012 18:33:10 -0500, Austin Clements amdra...@mit.edu wrote: 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

Re: [PATCH v5 2/2] show: Introduce mime_node formatter callback

2012-01-24 Thread Tomi Ollila
On Mon, 23 Jan 2012 18:33:10 -0500, Austin Clements amdra...@mit.edu wrote: 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

Re: [PATCH v5 2/2] show: Introduce mime_node formatter callback

2012-01-24 Thread Jani Nikula
On Mon, 23 Jan 2012 18:33:10 -0500, Austin Clements amdra...@mit.edu wrote: 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

[PATCH v5 2/2] show: Introduce mime_node formatter callback

2012-01-23 Thread Austin Clements
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