diff options
author | Thanos Apollo <[email protected]> | 2023-11-29 06:27:34 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-11-29 06:27:34 +0200 |
commit | 0865bbbcd9d30e309f6e56d5c00316da855d5427 (patch) | |
tree | e8446b6492a79dfa035b58dbb181e7123098be87 | |
parent | 93889a852439ade2efe74f73a88546816d0a6ce4 (diff) |
emacs:(mu4e) disable compose-format-flowed
-rw-r--r-- | .emacs.d/modules/thanos-mu4e.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/modules/thanos-mu4e.el b/.emacs.d/modules/thanos-mu4e.el index 32f3d00..709b4f9 100644 --- a/.emacs.d/modules/thanos-mu4e.el +++ b/.emacs.d/modules/thanos-mu4e.el @@ -104,8 +104,7 @@ (setf message-send-mail-function 'smtpmail-send-it mu4e-compose-signature "Thanos Apollo\nhttps://thanosapollo.org\n" - mu4e-compose-context-policy 'ask - mu4e-compose-format-flowed t) + mu4e-compose-context-policy 'ask) (setf mu4e-view-actions (delete-dups |