]> git.notmuchmail.org Git - notmuch/commitdiff
cli: use new typedef to deal with gmime 2.4/2.6 context incompatibility
authorJameson Graef Rollins <jrollins@finestructure.net>
Sat, 26 May 2012 18:45:40 +0000 (11:45 -0700)
committerDavid Bremner <bremner@debian.org>
Sun, 10 Jun 2012 23:04:50 +0000 (20:04 -0300)
gmime 2.4 defines GMimeCipherContext, while 2.6 defines
GMimeCryptoContext.  typedef them both to notmuch_crypto_context_t to
cover this discrepancy and remove a bunch of #ifdefs.


No differences found