all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to get a pinentry box to digitally sign all emails
@ 2020-04-15 14:35 Sharon Kimble
  2020-04-15 14:55 ` Robert Pluim
  2020-04-15 16:26 ` Stefan Monnier
  0 siblings, 2 replies; 16+ messages in thread
From: Sharon Kimble @ 2020-04-15 14:35 UTC (permalink / raw
  To: help-gnu-emacs


One of the things that I really miss in emacs-27 is the inability to be
able to digitally sign all my emails just before they are sent.

Back in emacs-26 I had this code which called the pinentry box

  --8<---------------cut here---------------start------------->8---
(add-hook 'gnus-message-setup-hook 'mml-secure-message-sign-pgp)
(add-hook 'message-setup-hook 'mml-secure-message-sign-pgp)
  --8<---------------cut here---------------end--------------->8---

But with emacs-27 that same code brings this response

  --8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (error "Couldn’t find any signer names.")
  signal(error ("Couldn’t find any signer names."))
  error("Couldn't find any signer names%s" ".")
  mml-secure-epg-sign(OpenPGP clear)
  mml1991-epg-sign((part (sign . "pgp") (tag-location . 292) (contents . "\n-- \nA taste of linux = http://www.sharons.org.uk\n...")))
  mml1991-sign((part (sign . "pgp") (tag-location . 292) (contents . "\n-- \nA taste of linux = http://www.sharons.org.uk\n...")))
  mml-pgp-sign-buffer((part (sign . "pgp") (tag-location . 292) (contents . "\n-- \nA taste of linux = http://www.sharons.org.uk\n...")))
  mml-generate-mime-1((part (sign . "pgp") (tag-location . 292) (contents . "\n-- \nA taste of linux = http://www.sharons.org.uk\n...")))
  mml-generate-mime(nil nil)
  message-encode-message-body()
  message-send-mail(nil)
  message-send-via-mail(nil)
  message-send(nil)
  message-send-and-exit(nil)
  funcall-interactively(message-send-and-exit nil)
  call-interactively(message-send-and-exit)
  orgtbl-ctrl-c-ctrl-c(nil)
  funcall-interactively(orgtbl-ctrl-c-ctrl-c nil)
  call-interactively(orgtbl-ctrl-c-ctrl-c nil nil)
  command-execute(orgtbl-ctrl-c-ctrl-c)
  --8<---------------cut here---------------end--------------->8---
  
So how do I call the pinentry box in emacs-27 please?

Thanks
  Sharon.  
-- 
A taste of linux = http://www.sharons.org.uk
TGmeds = http://www.tgmeds.org.uk
DrugFacts = https://www.drugfacts.org.uk
Debian 10.2, fluxbox 1.3.7, emacs 27.0.90, org 9.3.6



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-04-22 18:03 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-15 14:35 How to get a pinentry box to digitally sign all emails Sharon Kimble
2020-04-15 14:55 ` Robert Pluim
2020-04-15 17:26   ` Sharon Kimble
2020-04-16  9:10     ` Robert Pluim
2020-04-16 12:59       ` Sharon Kimble
2020-04-16 13:23         ` Robert Pluim
2020-04-16 13:27         ` Sharon Kimble
2020-04-16 14:30           ` Robert Pluim
2020-04-16 15:36             ` [SOLVED] " Sharon Kimble
2020-04-16 16:05               ` Robert Pluim
2020-04-15 16:26 ` Stefan Monnier
2020-04-15 16:39   ` Robert Pluim
2020-04-15 17:28     ` Sharon Kimble
2020-04-16  8:23       ` Robert Pluim
2020-04-22 17:40   ` Phillip Lord
2020-04-22 18:03     ` Robert Pluim

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.