[mutt] Move muttrc to mutt/

This commit is contained in:
Eryn Wells 2026-01-25 17:44:09 -08:00
parent 70712ad483
commit a11355afc4

View file

@ -19,9 +19,9 @@ set timeout=300
set imap_keepalive=300 set imap_keepalive=300
# Caching # Caching
set header_cache="~/.mutt/cache/headers" set header_cache="~/.cache/mutt/headers"
set message_cachedir="~/.mutt/cache/bodies" set message_cachedir="~/.cache/mutt/bodies"
set certificate_file="~/.mutt/certificates" set certificate_file="~/.cache/mutt/certificates"
set use_from=yes set use_from=yes
set envelope_from=yes set envelope_from=yes
@ -50,14 +50,14 @@ hdr_order Date: From: To: Cc: Subject:
# Aliases # Aliases
set reverse_alias=yes set reverse_alias=yes
set alias_file="~/.mutt/aliases" set alias_file="~/.config/mutt/aliases"
# Composing and Sending # Composing and Sending
set edit_headers=yes set edit_headers=yes
set include=yes set include=yes
# HTML email :( # HTML email :(
set mailcap_path="~/.mutt/mailcap" set mailcap_path="~/.config/mutt/mailcap"
auto_view text/html auto_view text/html
alternative_order text/html text/plain text/enriched alternative_order text/html text/plain text/enriched
@ -116,4 +116,4 @@ color quoted1 color37 default
color quoted2 color64 default color quoted2 color64 default
# Solarized (light theme) colors # Solarized (light theme) colors
#source ~/.mutt/mutt-colors-solarized/mutt-colors-solarized-dark-256.muttrc #source ~/.config/mutt/mutt-colors-solarized/mutt-colors-solarized-dark-256.muttrc