Re: [PATCH v2] configure: Ensure that GMime can extract session keys

2019-05-20 Thread Daniel Kahn Gillmor
On Mon 2019-05-20 16:46:23 -0300, David Bremner wrote: > I pushed this, and broke travis. Can you please have a look at > > https://travis-ci.org/notmuch/notmuch/builds/534979532 Sorry about this, the flaw was a difference between the ubuntu and debian linker default behavior. I've responded

Re: [PATCH v2] configure: Ensure that GMime can extract session keys

2019-05-20 Thread David Bremner
Daniel Kahn Gillmor writes: > GMime 3.0 and higher can extract session keys, but it will *not* > extract session keys if it was built with --disable-crypto, or if it > was built against GPGME version < 1.8.0. > > Notmuch currently expects to be able to extract session keys, and > tests will fail

Re: [PATCH v2] configure: Ensure that GMime can extract session keys

2019-05-19 Thread Daniel Kahn Gillmor
On Mon 2019-05-06 16:16:55 -0400, Daniel Kahn Gillmor wrote: > GMime 3.0 and higher can extract session keys, but it will *not* > extract session keys if it was built with --disable-crypto, or if it > was built against GPGME version < 1.8.0. > > Notmuch currently expects to be able to extract

Re: [PATCH v2] configure: Ensure that GMime can extract session keys

2019-05-06 Thread Daniel Kahn Gillmor
On Mon 2019-05-06 16:16:55 -0400, Daniel Kahn Gillmor wrote: > GMime 3.0 and higher can extract session keys, but it will *not* > extract session keys if it was built with --disable-crypto, or if it > was built against GPGME version < 1.8.0. > > Notmuch currently expects to be able to extract

[PATCH v2] configure: Ensure that GMime can extract session keys

2019-05-06 Thread Daniel Kahn Gillmor
GMime 3.0 and higher can extract session keys, but it will *not* extract session keys if it was built with --disable-crypto, or if it was built against GPGME version < 1.8.0. Notmuch currently expects to be able to extract session keys, and tests will fail if it is not possible, so we ensure that