diff options
-rw-r--r-- | .emacs.d/init.el | 2 | ||||
-rwxr-xr-x | emacs.org | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0f5c710..4ab70fc 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -994,7 +994,7 @@ you have the correctly set the OPENAI_API_KEY variable" (setq mu4e-contexts `(, (set-mu4e-context "Fastmail" "Thanos Apollo" - "[email protected]" "Thanos\nhttps://thanosapollo.com/public" + "[email protected]" "Thanos\nhttps://thanosapollo.com" "smtp.fastmail.com"))) ;; (setq smtpmail-smtp-service 465 @@ -1147,7 +1147,7 @@ In ~GuixSD~ systems I have telegram installed via guix, and it's loaded via ~gui (setq mu4e-contexts `(, (set-mu4e-context "Fastmail" "Thanos Apollo" - "[email protected]" "Thanos\nhttps://thanosapollo.com/public" + "[email protected]" "Thanos\nhttps://thanosapollo.com" "smtp.fastmail.com"))) ;; (setq smtpmail-smtp-service 465 |