configure mu4e
This commit is contained in:
@@ -30,7 +30,14 @@
|
||||
|
||||
;; SMTP configuration
|
||||
(setq message-send-mail-function 'smtpmail-send-it
|
||||
user-mail-address "mprodrigues@posteo.net"
|
||||
smtpmail-smtp-user "mprodrigues@posteo.net"
|
||||
smtpmail-default-smtp-server "posteo.de"
|
||||
smtpmail-smtp-server "posteo.de"
|
||||
smtpmail-smtp-service 587)
|
||||
|
||||
;; Sign emails with own key as well
|
||||
(require 'epg-config)
|
||||
(setq mml2015-use 'epg
|
||||
epg-user-id "gpg_key_id"
|
||||
mml2015-encrypt-to-self t
|
||||
mml2015-sign-with-sender t)
|
||||
|
||||
Reference in New Issue
Block a user