notmuch-show: Add content-description output pair
authorW. Trevor King <wking@tremily.us>
Mon, 3 Feb 2014 08:46:47 +0000 (00:46 -0800)
committerW. Trevor King <wking@tremily.us>
Sat, 5 Apr 2014 19:25:38 +0000 (12:25 -0700)
commitac2148d39a1db1b2b24060eaf1119fd1f8899ff2
treea6f3d63d40863722d1c71ea3f0450b6a91dee135
parentedf9a674bc1f41917caead8d38b5f09295a9d1bd
notmuch-show: Add content-description output pair

Parse and display the Content-Description header [1,2] so UIs
rendering message parts have easy access to description strings.
Extracting the value is a two-step process (extract [3] and decode
[4]).

[1]: http://tools.ietf.org/html/rfc2045#section-8
[2]: http://tools.ietf.org/html/rfc2183#section-3
[3]: https://developer.gnome.org/gmime/stable/GMimeObject.html#g-mime-object-get-header
[4]: https://developer.gnome.org/gmime/stable/gmime-gmime-utils.html#g-mime-utils-header-decode-text
NEWS
devel/schemata
notmuch-show.c
test/T160-json.sh
test/T170-sexp.sh