]> git.notmuchmail.org Git - notmuch/commit
cli: new crypto verify flag to handle verification
authorJameson Graef Rollins <jrollins@finestructure.net>
Sat, 26 May 2012 18:45:45 +0000 (11:45 -0700)
committerDavid Bremner <bremner@debian.org>
Sun, 10 Jun 2012 23:09:09 +0000 (20:09 -0300)
commitb2c8fdee53a1b06dd19fafe23e53ac8555d294af
treee424d4388245ed4f28b6d828f73baee0a5f8fcd2
parent90822ffdb830060c6f1d73ad1f6c7964c9f20ad4
cli: new crypto verify flag to handle verification

Use this flag rather than depend on the existence of an initialized
gpgctx, to determine whether we should verify a multipart/signed.  We
will be moving to create the ctx lazily, so we don't want to depend on
it being previously initialized if it's not needed.
mime-node.c
notmuch-client.h
notmuch-reply.c
notmuch-show.c