]> git.notmuchmail.org Git - notmuch/commit
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)
commit25c3140e13698b147baedd99b2d6f8775c67de07
treef3752bf8255d361d7d3fc3c883879a94297926ef
parent0ff57e75cf5847d2cbef97a49badb4cccc618300
cli: use new typedef to deal with gmime 2.4/2.6 context incompatibility

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.
mime-node.c
notmuch-client.h