diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index f9cf2d5..a67c398 100644 --- a/config.org +++ b/config.org @@ -1921,6 +1921,7 @@ At the moment, i am still recording sent mail in the outbox directory of my mail ** Sending mail with msmtp #+begin_src elisp (setopt message-send-mail-function 'message-send-mail-with-sendmail) + (add-to-list 'exec-path "/home/noa/.config/Scripts") (setopt sendmail-program (executable-find "msmtpq")) (setopt message-sendmail-extra-arguments '("--read-envelope-from")) |