From 1944feefc4d426ed43b94ec39fa8d4c15e1fa2a6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 2 Jan 2019 21:00:18 +1300 Subject: Don't edit message headers using Emacs Until such time as I can figure out how to make format=flowed work sanely with these. --- mutt/muttrc.d/src | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mutt/muttrc.d/src') diff --git a/mutt/muttrc.d/src b/mutt/muttrc.d/src index 584a2785..cc2eb4ef 100755 --- a/mutt/muttrc.d/src +++ b/mutt/muttrc.d/src @@ -4,3 +4,10 @@ for rc in "$HOME"/.muttrc.d/*.rc ; do [ -e "$rc" ] || continue cat -- "$rc" done + +# Special case: if using GNU Emacs, emit a line to disable edit_headers, just +# because at the moment I haven't worked out how to make this work sanely with +# messages-are-flowing in message-mode. +case $VISUAL in + emacs|emacsclient) printf 'set edit_headers = no\n' ;; +esac -- cgit v1.2.3