[PATCH v2 2/4] emacs: Minor refactoring of crypto code
David Bremner
david at tethera.net
Sun Sep 30 05:07:42 PDT 2018
David Edmondson <dme at dme.org> writes:
> - (setq help-msg (concat "Click to retrieve key ID " keyid " from keyserver and redisplay."))))
> + (setq label (concat "Unknown key ID " keyid " or unsupported algorithm")
> + button-action 'notmuch-crypto-sigstatus-error-callback
> + help-msg (concat "Click to retrieve key ID " keyid
> + " from keyserver and redisplay.")))
> +
I wonder if we should still claim we're going to redisplay here, since I
have the feeling most of the time that won't happen?
More information about the notmuch
mailing list