lib: index the content type of signature parts
authorJani Nikula <jani@nikula.org>
Sat, 16 Sep 2017 14:59:04 +0000 (17:59 +0300)
committerDavid Bremner <david@tethera.net>
Sun, 17 Sep 2017 23:01:00 +0000 (20:01 -0300)
commit55c047ee0b0c9081ead76925ee1adaeb858264dd
tree1c9614df13484cbed2ceff42db12525b5819056a
parent30c276146596769177e1e3c200d8bb94d4cf8531
lib: index the content type of signature parts

It's useful (*) to be able to easily find messages with certain types
of signatures. Having the mimetype: prefix searches fail for some
content types is also genuinely surprising (*). Index the content type
of signature parts.

While at it, switch to the gmime convenience constants for content and
signature part indexes.

*) At least for developers of email software!
lib/index.cc
test/T350-crypto.sh