From 5454b3c8a38aeb5f5fc287cfbe08301b8d50337f Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 24 Jan 2025 19:21:36 +0100 Subject: [PATCH] mutt: Rename accounts.{,mutt}rc and use relative path --- .config/neomutt/muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/neomutt/muttrc b/.config/neomutt/muttrc index 8888f79..2cdcc24 100644 --- a/.config/neomutt/muttrc +++ b/.config/neomutt/muttrc @@ -1,6 +1,6 @@ # vim: filetype=neomuttrc source /usr/local/share/mutt-wizard/mutt-wizard.muttrc -source ~/.config/neomutt/accounts.rc +source accounts.muttrc # Shorter date-time format without seconds or timezone set date_format='%Y-%m-%d %R'