From 4c1cfc7c335b447f5ab325f6b86f86a2f0a2cf9c Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 15 Dec 2023 10:22:07 +0100 Subject: [PATCH] Only show gnupg data in email signature --- bundle/bundle--email.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--email.el b/bundle/bundle--email.el index 5d2d8297..2528a3c9 100644 --- a/bundle/bundle--email.el +++ b/bundle/bundle--email.el @@ -48,7 +48,10 @@ (format-time-string "Written on: %a, %d %b %Y %R %z\n")) (defun mk/signature () - (concat mk/signature-name (mk/signature-time) mk/signature-gpg)) + (concat + ;mk/signature-name + ;(mk/signature-time) + mk/signature-gpg)) (setq smtpmail-smtp-server "smtp.mailbox.org" smtpmail-smtp-service 465