]> git.notmuchmail.org Git - notmuch/commit
Improve handling of message/rfc822 parts by adding a new header_message_part function...
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 6 Jun 2011 00:29:28 +0000 (17:29 -0700)
committerDavid Bremner <bremner@debian.org>
Tue, 6 Sep 2011 01:58:52 +0000 (22:58 -0300)
commit12de016686351b78631546299ed35cced01f1e77
tree8ef581a63a329005a8b4681a060ba4e86bc531aa
parentc8598d9a99ca003cd905b4b28d16bda2b9ca785b
Improve handling of message/rfc822 parts by adding a new header_message_part function to the formating structure.

This new function takes a GMimeMessage as input, and outputs the
formatted headers.  This allows for message/rfc822 parts to be
formatted on output in a similar way to full messages (see previous
patch that overhauls the multipart test for more info).
notmuch-client.h
notmuch-reply.c
notmuch-show.c
show-message.c