diff options
author | 2021-05-16 21:22:34 -0400 | |
---|---|---|
committer | 2021-05-16 21:22:34 -0400 | |
commit | 29e8b5de2c05a98b43e4ccea9025fbd8442adf97 (patch) | |
tree | b922ef5d67171282c9fe1ba1b5a6fc61893429ca /.emacs.d/init.el | |
parent | a85421b4516cbcf41db14e69fd58d0ed115d796e (diff) | |
download | configs-29e8b5de2c05a98b43e4ccea9025fbd8442adf97.tar.gz configs-29e8b5de2c05a98b43e4ccea9025fbd8442adf97.tar.xz configs-29e8b5de2c05a98b43e4ccea9025fbd8442adf97.zip |
small mail-related tweaks
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3257260..9f645a3 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -644,9 +644,12 @@ Make N (default: 1) copies of the current line or region." (csetq shr-max-width 80) -;; Email (with Gnus and message) +;; Email (with Gnus, message, and smtpmail) (require 'bandali-gnus) (require 'bandali-message) +;; (with-eval-after-load 'smtpmail +;; (csetq smtpmail-queue-mail t +;; smtpmail-queue-dir (concat b/maildir "queue/"))) ;; IRC (with ERC) (require 'bandali-erc) |