Re: Trouble decrypting multipart/encrypted

Subject: Re: Trouble decrypting multipart/encrypted

Date: Mon, 28 Nov 2016 14:56:20 -0400

To: Eric Skoglund, notmuch@notmuchmail.org

Cc:

From: David Bremner


Eric Skoglund <eric@pagefault.se> writes:

>>>
>>> Signing and encrypting email via C-c C-m s p and C-c C-m c p works
>>> fine. And given that it doesn't work outside of emacs I don't think it
>>> is an emacs problem. I'm also able to decrypt the message via the
>>> command line using just gpg.
>>
>> Can you verify signed, non-encrypted messages (notmuch show --verify) ?
>>
>
> I'm not getting any output besides the message when I do --verify (same as
> with an unsigned message) so to me it doesn't seem like it is working
> per the man page. But I might be wrong here.
>

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


Thread: