From 52e766899f933f8b03cb0f48d8a7d81d0474f747 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 8 Dec 2024 13:25:54 +1300 Subject: [PATCH] Fix muttmailcap path in .muttrc. --- .muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.muttrc b/.muttrc index bc9cb42..8ce62b0 100644 --- a/.muttrc +++ b/.muttrc @@ -54,7 +54,7 @@ bind index,pager \Co sidebar-open # Configure html emails alternative_order text/plain text/html auto_view text/html -set mailcap_path = ~/.mutt/mailcap +set mailcap_path = ~/.muttmailcap #================================================================