aboutsummaryrefslogtreecommitdiff
path: root/.muttrc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2012-01-11 07:31:00 -0500
committerRyan Kavanagh <rak@debian.org>2012-01-11 07:31:00 -0500
commit6623854ccc09d231bad1dba87e41357c88446c3a (patch)
treef4f7bec6bf38175ea5a9cd6c90e420eb3d51e6d1 /.muttrc
parentGPG encrypted files should be 0644 once extracted (diff)
Give precedence to text/plain over text/html when reading mail
Diffstat (limited to '.muttrc')
-rw-r--r--.muttrc3
1 files changed, 2 insertions, 1 deletions
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