Browse Source

Set auth soruce as .authinfo

master
Maxime Wack 1 year ago
parent
commit
1ba85c7747
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .config/emacs/init.el

+ 1
- 1
.config/emacs/init.el View File

@@ -2520,7 +2520,7 @@ ALL-EMAILS are all the unread emails"
(equal (system-name) "hegp-laptop"))
(setq smtpmail-smtp-server "smtp.free.fr"
user-mail-address "maximewack@free.fr"
auth-sources '("~/.authinfo.gpg" password-store)
auth-sources '("~/.authinfo.gpg")
smtpmail-smtp-service 587))
((equal (system-name) "hegp")
(setq smtpmail-smtp-server "smtp.aphp.fr"


Loading…
Cancel
Save