Re: [pkg-gnupg-maint] Bug#842291: notmuch processes frequently stuck in select()

2016-11-29 Thread David Bremner
Werner Koch writes: > On Wed, 23 Nov 2016 18:19, d...@fifthhorseman.net said: > >> 0) turn off CRL updates entirely during s/mime signature verification > > The gpgsm option is --disable-crl-checks. > >> 1) do s/mime signature verification without CRL updates, but schedule >>

Re: Trouble decrypting multipart/encrypted

2016-11-29 Thread Eric Skoglund
David Bremner writes: > Eric Skoglund writes: > >> David Bremner writes: >> >>> >>> Yeah, --verify only works with one of the structured output formats >>> (json or sexp). I suppose that's probably a documentation bug. >>> >>> try >>>

Re: Trouble decrypting multipart/encrypted

2016-11-29 Thread David Bremner
Eric Skoglund writes: > David Bremner writes: > >> >> Yeah, --verify only works with one of the structured output formats >> (json or sexp). I suppose that's probably a documentation bug. >> >> try >> >> % notmuch show --format=json --verify $message > >

Re: [PATCH 1/2] fix out of tree build for ruby bindings

2016-11-29 Thread David Bremner
Tomi Ollila writes: > From: Tomi Ollila > > Ruby bindings source files had to be copied to the out-of-tree > target directory -- final obstacle avoiding that was that if > there were built object files in source directory, new target object > files

Re: [PATCH 2/2] fix (rest of the) out of tree build

2016-11-29 Thread David Bremner
Tomi Ollila writes: > +# Like $TEST_DIRECTORY this needs to be absolute as working directories > change. > +SOURCE_DIRECTORY=$( > + case $NOTMUCH_SRCDIR in /*) cd "$NOTMUCH_SRCDIR" ;; > + *) cd "../$NOTMUCH_SRCDIR" > + esac > +