From 89c68124906b194dae697e5ed9a4794e40b89b8d Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Tue, 25 Oct 2022 12:00:07 +0200 Subject: [PATCH] [mail] fix: use XDG_DIRECTORIES variables for mailcap --- .config/mutt/neomutt.muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/mutt/neomutt.muttrc b/.config/mutt/neomutt.muttrc index a000907..8191acd 100644 --- a/.config/mutt/neomutt.muttrc +++ b/.config/mutt/neomutt.muttrc @@ -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)"