]> git.notmuchmail.org Git - notmuch/commit
cli: content disposition values are not case-sensitive
authorJani Nikula <jani@nikula.org>
Sat, 26 Sep 2015 09:35:22 +0000 (12:35 +0300)
committerDavid Bremner <david@tethera.net>
Thu, 19 Nov 2015 11:47:29 +0000 (07:47 -0400)
commit1abc33833149f6c71850c1b6f4bdeca38c718023
tree0c42dfb09f8f59a043958de3d2d3474873336fed
parent506b81679a883d2a96bcd17e7c826a3166bdf82e
cli: content disposition values are not case-sensitive

Per RFC 2183, the values for Content-Disposition values are not
case-sensitive. While at it, use the gmime function for getting at the
disposition string instead of referencing the field directly.

This fixes attachment display and quoting in notmuch show and reply,
respectively.
notmuch-reply.c
notmuch-show.c