diff options
| author | Ryan Kavanagh <rak@debian.org> | 2012-01-11 07:31:00 -0500 |
|---|---|---|
| committer | Ryan Kavanagh <rak@debian.org> | 2012-01-11 07:31:00 -0500 |
| commit | 6623854ccc09d231bad1dba87e41357c88446c3a (patch) | |
| tree | f4f7bec6bf38175ea5a9cd6c90e420eb3d51e6d1 | |
| parent | GPG encrypted files should be 0644 once extracted (diff) | |
Give precedence to text/plain over text/html when reading mail
Diffstat (limited to '')
| -rw-r--r-- | .muttrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
