]> git.notmuchmail.org Git - notmuch/commit
New part output handling as option to notmuch-show.
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 23 May 2011 22:31:32 +0000 (15:31 -0700)
committerJameson Graef Rollins <jrollins@finestructure.net>
Mon, 23 May 2011 22:31:32 +0000 (15:31 -0700)
commit2f8871df6ea3c0b44f85a0fc1b4f58a6b70b0a0e
tree600325a4bc630431bc67f03aef99d329d5bd3036
parentecae541031911b65594c3ec757abb671583e8872
New part output handling as option to notmuch-show.

Outputting of single MIME parts is moved to an option of notmuch show,
instead of being handled in it's own sub-command.  The recent rework
of multipart mime allowed for this change but consolidating part
handling into a single recursive function (show_message_part) that
includes formatting.  This allows for far simpler handling single
output of a single part, including formatting.
notmuch-client.h
notmuch-reply.c
notmuch-show.c
notmuch.1
notmuch.c
show-message.c