[mutt] Move muttrc to mutt/
This commit is contained in:
parent
70712ad483
commit
a11355afc4
1 changed files with 6 additions and 6 deletions
|
|
@ -19,9 +19,9 @@ set timeout=300
|
|||
set imap_keepalive=300
|
||||
|
||||
# Caching
|
||||
set header_cache="~/.mutt/cache/headers"
|
||||
set message_cachedir="~/.mutt/cache/bodies"
|
||||
set certificate_file="~/.mutt/certificates"
|
||||
set header_cache="~/.cache/mutt/headers"
|
||||
set message_cachedir="~/.cache/mutt/bodies"
|
||||
set certificate_file="~/.cache/mutt/certificates"
|
||||
|
||||
set use_from=yes
|
||||
set envelope_from=yes
|
||||
|
|
@ -50,14 +50,14 @@ hdr_order Date: From: To: Cc: Subject:
|
|||
|
||||
# Aliases
|
||||
set reverse_alias=yes
|
||||
set alias_file="~/.mutt/aliases"
|
||||
set alias_file="~/.config/mutt/aliases"
|
||||
|
||||
# Composing and Sending
|
||||
set edit_headers=yes
|
||||
set include=yes
|
||||
|
||||
# HTML email :(
|
||||
set mailcap_path="~/.mutt/mailcap"
|
||||
set mailcap_path="~/.config/mutt/mailcap"
|
||||
auto_view text/html
|
||||
alternative_order text/html text/plain text/enriched
|
||||
|
||||
|
|
@ -116,4 +116,4 @@ color quoted1 color37 default
|
|||
color quoted2 color64 default
|
||||
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue