Fix muttmailcap path in .muttrc.

This commit is contained in:
2024-12-08 13:25:54 +13:00
parent 918fc0c638
commit 52e766899f

View File

@ -54,7 +54,7 @@ bind index,pager \Co sidebar-open
# Configure html emails # Configure html emails
alternative_order text/plain text/html alternative_order text/plain text/html
auto_view text/html auto_view text/html
set mailcap_path = ~/.mutt/mailcap set mailcap_path = ~/.muttmailcap
#================================================================ #================================================================