]> git.cworth.org Git - notmuch/commitdiff
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)
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.


No differences found