From 3653b7c1699be202fead61faabc5630732a343c0 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 16 Nov 2022 15:34:03 +0000 Subject: [PATCH] [mutt] Prefer text/html to text/plain mail formats --- muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muttrc b/muttrc index b6245f8..6ec822c 100644 --- a/muttrc +++ b/muttrc @@ -59,7 +59,7 @@ set include=yes # HTML email :( set mailcap_path="~/.mutt/mailcap" auto_view text/html -alternative_order text/plain text/enriched text/html +alternative_order text/html text/plain text/enriched unmailboxes "$record" "$postponed" "$trash"