Only show gnupg data in email signature
This commit is contained in:
parent
137e4e0ee2
commit
4c1cfc7c33
1 changed files with 4 additions and 1 deletions
|
@ -48,7 +48,10 @@
|
||||||
(format-time-string "Written on: %a, %d %b %Y %R %z\n"))
|
(format-time-string "Written on: %a, %d %b %Y %R %z\n"))
|
||||||
|
|
||||||
(defun mk/signature ()
|
(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"
|
(setq smtpmail-smtp-server "smtp.mailbox.org"
|
||||||
smtpmail-smtp-service 465
|
smtpmail-smtp-service 465
|
||||||
|
|
Loading…
Add table
Reference in a new issue