Fix SMTP client config
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
;; If you use `org' and don't want your org files in the default location below,
|
;; If you use `org' and don't want your org files in the default location below,
|
||||||
;; change `org-directory'. It must be set before org loads!
|
;; change `org-directory'. It must be set before org loads!
|
||||||
(setq org-directory "~/Org/")
|
(setq org-directory "~/Remotes/pCloud/Org")
|
||||||
|
|
||||||
;; Whenever you reconfigure a package, make sure to wrap your config in an
|
;; Whenever you reconfigure a package, make sure to wrap your config in an
|
||||||
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.
|
;; `after!' block, otherwise Doom's defaults may override your settings. E.g.
|
||||||
@@ -121,13 +121,6 @@
|
|||||||
(mu4e-refile-folder . "/iCloudAccount/INBOX")
|
(mu4e-refile-folder . "/iCloudAccount/INBOX")
|
||||||
(mu4e-trash-folder . "/iCloudAccount/Junk")))))
|
(mu4e-trash-folder . "/iCloudAccount/Junk")))))
|
||||||
|
|
||||||
;; (setq mu4e-maildir-shortcuts
|
|
||||||
;; '(("/Inbox" . ?i)
|
|
||||||
;; ("/ProtonMailAccount/Sent" . ?s)
|
|
||||||
;; ("/ProtonMailAccount/Trash" . ?t)
|
|
||||||
;; ("/ProtonMailAccount/Drafts" . ?d)
|
|
||||||
;; ("/ProtonMailAccount/All Mail" . ?a)))
|
|
||||||
|
|
||||||
;; Configure SMTP client for send emails
|
;; Configure SMTP client for send emails
|
||||||
(setq sendmail-program "/usr/bin/msmtp"
|
(setq sendmail-program "/usr/bin/msmtp"
|
||||||
send-mail-function 'sendmail-send-it
|
send-mail-function 'sendmail-send-it
|
||||||
@@ -141,7 +134,7 @@
|
|||||||
(setq elfeed-db-directory "~/.elfeed")
|
(setq elfeed-db-directory "~/.elfeed")
|
||||||
(setq elfeed-enclosure-default-dir "~/Downloads/")
|
(setq elfeed-enclosure-default-dir "~/Downloads/")
|
||||||
(setq elfeed-sort-order 'descending)
|
(setq elfeed-sort-order 'descending)
|
||||||
(setq elfeed-search-filter "1-week-ago +unread")
|
(setq elfeed-search-filter "6-months-ago +unread")
|
||||||
|
|
||||||
;; Key bindings
|
;; Key bindings
|
||||||
(map! :map elfeed-search-mode-map
|
(map! :map elfeed-search-mode-map
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ tls on
|
|||||||
# Set a list of trusted CAs for TLS. The default is to use system settings,
|
# Set a list of trusted CAs for TLS. The default is to use system settings,
|
||||||
# but you can select your own file.
|
# but you can select your own file.
|
||||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||||
logfile ~/.config/msmtp/msmtp.log
|
logfile ~/.cache/msmtp.log
|
||||||
|
|
||||||
# Account iCloud
|
# Account iCloud
|
||||||
account icloud
|
account icloud
|
||||||
@@ -38,6 +38,10 @@ port 1025
|
|||||||
# Envelop-from address
|
# Envelop-from address
|
||||||
from fscottodisantolo@protonmail.com
|
from fscottodisantolo@protonmail.com
|
||||||
|
|
||||||
|
# Security
|
||||||
|
tls on
|
||||||
|
tls_trust_file ~/.config/protonmail/bridge-v3/cert.pem
|
||||||
|
|
||||||
# Authentication
|
# Authentication
|
||||||
auth on
|
auth on
|
||||||
user fscottodisantolo@protonmail.com
|
user fscottodisantolo@protonmail.com
|
||||||
|
|||||||
Reference in New Issue
Block a user