[mail] fix: use XDG_DIRECTORIES variables for mailcap
This commit is contained in:
parent
13efea3df4
commit
89c6812490
@ -3,7 +3,7 @@
|
||||
# More information : https://github.com/LukeSmithxyz/mutt-wizard
|
||||
|
||||
|
||||
set mailcap_path = /home/swytch/.config/mutt/mailcap:$mailcap_path
|
||||
set mailcap_path = $XDG_CONFIG_HOME/mutt/mailcap:$mailcap_path
|
||||
set mime_type_query_command = "file --mime-type -b %s"
|
||||
set date_format="%d/%m/%y %I:%M%p"
|
||||
set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)"
|
||||
|
Reference in New Issue
Block a user