From: David Bremner <david@tethera.net>
To: Jameson Graef Rollins <jrollins@finestructure.net>,
Vagrant Cascadian <vagrant@debian.org>,
755544@bugs.debian.org
Cc: notmuch@notmuchmail.org
Subject: Re: Bug#755544: notmuch-emacs: doesn't check gpg/pgp signatures by default
Date: Tue, 22 Jul 2014 06:44:52 -0300 [thread overview]
Message-ID: <878unlenhn.fsf@maritornes.cs.unb.ca> (raw)
In-Reply-To: <87iomqxkzp.fsf@servo.finestructure.net>
Jameson Graef Rollins <jrollins@finestructure.net> writes:
> On Mon, Jul 21 2014, David Bremner <david@tethera.net> wrote:
>> notmuch folks: it seems that in vagrant's message, and several others I
>> checked, it notmuch-crypto-process-mime==nil, then no signature button
>> is created at all.
>
> Yes, this is true. The signature button is pretty meaningless if we're
> not processing the signature.
>
> Maybe instead by default we could have a signature button that opens up
> a notmuch-crypto-process-mime customization buffer?
>
> jamie.
looking at the source, there is supposed to be some button:
,----
| (defun notmuch-show-insert-part-multipart/signed (msg part content-type nth depth button)
| (button-put button 'face 'notmuch-crypto-part-header)
| ;; add signature status button if sigstatus provided
| (if (plist-member part :sigstatus)
| (let* ((from (notmuch-show-get-header :From msg))
| (sigstatus (car (plist-get part :sigstatus))))
| (notmuch-crypto-insert-sigstatus-button sigstatus from))
| ;; if we're not adding sigstatus, tell the user how they can get it
| (button-put button 'help-echo "Set notmuch-crypto-process-mime to process cryptographic MIME parts."))
`----
next prev parent reply other threads:[~2014-07-22 9:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20140721223426.GA5250@siren>
2014-07-21 23:16 ` Bug#755544: notmuch-emacs: doesn't check gpg/pgp signatures by default David Bremner
2014-07-22 1:03 ` Jameson Graef Rollins
2014-07-22 4:30 ` Daniel Kahn Gillmor
2014-07-22 4:39 ` Daniel Kahn Gillmor
2014-07-22 9:44 ` David Bremner [this message]
2016-02-08 17:46 ` David Edmondson
2017-07-16 12:45 ` David Bremner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878unlenhn.fsf@maritornes.cs.unb.ca \
--to=david@tethera.net \
--cc=755544@bugs.debian.org \
--cc=jrollins@finestructure.net \
--cc=notmuch@notmuchmail.org \
--cc=vagrant@debian.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).