[mail] fix: use XDG_DIRECTORIES variables for mailcap

This commit is contained in:
David JULIEN 2022-10-25 12:00:07 +02:00
parent 13efea3df4
commit 89c6812490
1 changed files with 1 additions and 1 deletions

View File

@ -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)"