From: Austin Clements Date: Fri, 3 Aug 2012 01:14:57 +0000 (-0400) Subject: show: Convert show_message to use sprinter X-Git-Tag: 0.14~20 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=305a7ade1e20e162ff71a007e414ca301e4b90f5;hp=305a7ade1e20e162ff71a007e414ca301e4b90f5;p=notmuch show: Convert show_message to use sprinter Unlike the previous patches, this function is used for all formats. However, for formats other than the JSON format, the sprinter methods used by show_message are all no-ops, so this code continues to function correctly for all of the formats. Converting show_message eliminates show_null_message in the process, since this maps directly to an sprinter method. ---