dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit 3072c5f0a78625eee9bddc63a0a7411cdd011dbf (patch)
parent 388a6a4f74245e53227af87adc35b4713007df7e
Author: Alex Karle <alex@karle.co>
Date:   Wed, 22 Jan 2020 22:40:14 -0500

mutt: turn off multipart_alternative by default

Only one of the computers I use mutt on has these features..

Diffstat:
Mmutt/muttrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mutt/muttrc b/mutt/muttrc @@ -76,5 +76,5 @@ bind editor <Tab> complete-query # Used for contact-completion macro index,pager ga "<pipe-message>abook --add-email-quiet<return>" "Add sender to abook contacts" macro index g$ "<shell-escape>offlineimap<return>" "Sync with OfflineIMAP" -set send_multipart_alternative=ask-no -set send_multipart_alternative_filter=markdown2html +# set send_multipart_alternative=ask-no +# set send_multipart_alternative_filter=markdown2html