From: Austin Clements Date: Sat, 4 Feb 2012 21:24:25 +0000 (-0500) Subject: show: Convert text format to the new self-recursive style X-Git-Tag: debian/0.12_rc1-1~96 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=85fe286b85bda6cddf509308b967f13f44f01331;hp=85fe286b85bda6cddf509308b967f13f44f01331 show: Convert text format to the new self-recursive style This is all code movement and a smidgen of glue. This moves the existing text formatter code into one self-recursive function, but doesn't change any of the logic. The next patch will actually take advantage of what the new structure has to offer. Note that this patch retains format_headers_message_part_text because it is also used by the raw format. ---