]> git.eshelyaron.com Git - emacs.git/commit
Don't error if no GPG signing key configured
authorRobert Pluim <rpluim@gmail.com>
Fri, 2 Oct 2020 08:47:06 +0000 (10:47 +0200)
committerRobert Pluim <rpluim@gmail.com>
Fri, 2 Oct 2020 08:47:23 +0000 (10:47 +0200)
commit9b47ae23043d952780fc15da6540444ccddd4f58
tree8e49dc766eec7b8d5895e5da9cdff8df56ec2cf6
parente274e3f44b07e1cf6186329679ef18ab41eab2f6
Don't error if no GPG signing key configured

* lisp/gnus/mml-sec.el (mml-secure-epg-sign): Partially revert
"Make mml-secure-epg-sign bug out if we can't find an identity".
It causes signing to fail for people who have not set up
mml-secure-{smime,openpgp}-sign-with-sender, which is a regression
from Emacs-26 (Bug#40118).  In such a situation gpg will use its
default key.

Do not merge to master. On master Emacs will query the user.
lisp/gnus/mml-sec.el