summaryrefslogtreecommitdiff
path: root/emacs/.config/emacs-kj/lisp
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-11-01 09:36:28 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-11-01 09:36:28 -0400
commit5ee2ad01da73cec1fcdd3296f643b0b45907a31a (patch)
tree3b841594f7f17149e40dce1287f7cdd29163f78f /emacs/.config/emacs-kj/lisp
parent38ce017ec6fa309c3df99f6eae561883bf15b413 (diff)
email updates
Diffstat (limited to 'emacs/.config/emacs-kj/lisp')
-rw-r--r--emacs/.config/emacs-kj/lisp/kj-email.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.config/emacs-kj/lisp/kj-email.el b/emacs/.config/emacs-kj/lisp/kj-email.el
index 0cf8a04..753a3cc 100644
--- a/emacs/.config/emacs-kj/lisp/kj-email.el
+++ b/emacs/.config/emacs-kj/lisp/kj-email.el
@@ -7,8 +7,7 @@
:config
(setq message-mail-user-agent 'notmuch-user-agent
- message-kill-buffer-on-exit t
- message-send-mail-function 'message-send-mail-with-sendmail)
+ message-kill-buffer-on-exit t)
(setq notmuch-show-all-tags-list t
notmuch-show-relative-dates t
notmuch-hello-tag-list-make-query "tag:unread"
@@ -85,6 +84,7 @@
(when (file-exists-p kj/fastmail-maildir)
(setq sendmail-program "mujmap"
+ message-send-mail-function 'message-send-mail-with-sendmail
message-sendmail-extra-arguments (list "-C" kj/fastmail-maildir "send")))
(provide 'kj-email)