diff options
author | noa@gaiwan.org | 2024-07-11 05:57:10 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-11 05:57:10 +0000 |
commit | d2b1378d517e19f071f4a21c88adbfa13c58d9dc (patch) | |
tree | c4b020fbcaea7042592c1f31e51e5ee51decd230 /config.org | |
parent | 2de2327c2c5f408392995bc101d6ed05d2173b6d (diff) |
Make sure msmtpq can be found on path
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")) |