From 6623854ccc09d231bad1dba87e41357c88446c3a Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 11 Jan 2012 07:31:00 -0500 Subject: Give precedence to text/plain over text/html when reading mail --- .muttrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.muttrc') diff --git a/.muttrc b/.muttrc index 18e3291..67c2041 100644 --- a/.muttrc +++ b/.muttrc @@ -21,7 +21,8 @@ set imap_check_subscribed = yes # default: no # Don't continue to next email when reaching end of current set pager_stop = yes -# Display HTML mail +# Display HTML mail only if there's no text/plain +alternative_order text/plain text/html * auto_view text/html set timeout=15 -- cgit v1.2.3