prefer text/plain

Fri, 08 Apr 2016 19:00:27 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 08 Apr 2016 19:00:27 -0400
changeset 291
c9832253606a
parent 290
6a140c2e1366
child 292
8e6e4b64eb2e

prefer text/plain

.mutt/build-neomutt file | annotate | diff | comparison | revisions
.muttrc file | annotate | diff | comparison | revisions
--- a/.mutt/build-neomutt
+++ b/.mutt/build-neomutt
@@ -16,7 +16,7 @@ cd sandbox/neomutt
  --with-ssl \
  --enable-imap --enable-smtp \
  --enable-sidebar --enable-hcache >/dev/null
-make mutt -j2 >/dev/null
+make -j2 mutt >/dev/null
 
 cd ~/bin
 ln -sf ../sandbox/neomutt/mutt mutt
--- a/.muttrc
+++ b/.muttrc
@@ -24,6 +24,7 @@ set edit_headers    = yes
 set editor          = "vim +'set tw=72 noawa'"
 
 auto_view text/html
+alternative_order text/plain text/html
 
 bind index <F1> help
 bind index / search

mercurial