diff options
author | 2021-05-15 20:46:15 -0400 | |
---|---|---|
committer | 2021-05-15 20:46:15 -0400 | |
commit | 5efecfcdab8520f5da50ddf14b7e6de2b4155d51 (patch) | |
tree | 97acdec9468948a26f3ad01175ca0373e5176dd7 /.emacs.d/lisp/bandali-message.el | |
parent | 87631bd0d3f07978e5a27345f3a018920ab70dd4 (diff) | |
download | configs-5efecfcdab8520f5da50ddf14b7e6de2b4155d51.tar.gz configs-5efecfcdab8520f5da50ddf14b7e6de2b4155d51.tar.xz configs-5efecfcdab8520f5da50ddf14b7e6de2b4155d51.zip |
various small email-related tweaks
Diffstat (limited to '.emacs.d/lisp/bandali-message.el')
-rw-r--r-- | .emacs.d/lisp/bandali-message.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/bandali-message.el b/.emacs.d/lisp/bandali-message.el index 5ec7eac..e24a629 100644 --- a/.emacs.d/lisp/bandali-message.el +++ b/.emacs.d/lisp/bandali-message.el @@ -54,6 +54,7 @@ ;; message-cite-style 'message-cite-style-bandali message-citation-line-format "%N writes:\n" message-citation-line-function 'message-insert-formatted-citation-line + message-confirm-send t message-kill-buffer-on-exit t message-send-mail-function #'smtpmail-send-it message-subscribed-address-functions |