From 1bc922707450afdf5036df3cb6c100fc16c60047 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 3 Aug 2022 23:26:43 -0400 Subject: [PATCH] * .emacs.d/lisp/bandali-message.el: Set `message-fill-column' ...to 70, and `message-forward-as-mime' to t. --- .emacs.d/lisp/bandali-message.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/lisp/bandali-message.el b/.emacs.d/lisp/bandali-message.el index 6a3d2b9..3f064b6 100644 --- a/.emacs.d/lisp/bandali-message.el +++ b/.emacs.d/lisp/bandali-message.el @@ -55,6 +55,8 @@ message-citation-line-format "%N writes:\n" message-citation-line-function 'message-insert-formatted-citation-line message-confirm-send t + message-fill-column 70 + message-forward-as-mime t message-kill-buffer-on-exit t message-send-mail-function #'smtpmail-send-it message-subscribed-address-functions -- 2.20.1