Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d

This commit is contained in:
Marcus Kammer 2023-10-04 10:45:52 +02:00
commit 5b27df8ef0

15
init.el
View file

@ -231,11 +231,16 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
(load "bundle--package")
;;; bundle--email
(setq smtpmail-smtp-server "smtp.mailbox.org"
smtpmail-smtp-service 465
smtpmail-stream-type 'ssl
smtpmail-auth-credentials (expand-file-name "~/.authinfo.gpg")
mml-default-sign-method "pgpmime"
(use-package smtpmail
:ensure nil
:config
(setq smtpmail-smtp-server "smtp.mailbox.org"
smtpmail-smtp-service 465
smtpmail-stream-type 'ssl
smtpmail-auth-credentials (expand-file-name "~/.authinfo.gpg")))
(setq mml-default-sign-method "pgpmime"
mml-default-encrypt-method "pgpmime"
mml-secure-openpgp-sign-with-sender t
mail-user-agent 'message-user-agent