From 8753937fad98fbe06af1d39a3333a7df2eb6ff48 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Tue, 22 Apr 2025 13:33:25 -0400 Subject: [PATCH] Change reload macro to support neomutt --- neomutt/macros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neomutt/macros b/neomutt/macros index c987855..83e332b 100644 --- a/neomutt/macros +++ b/neomutt/macros @@ -15,7 +15,7 @@ macro index "\ef" "view-x-face" # View macro index "\ev" "less" # View the message in less. macro index "\Cs\Co" "~h \"X-SpamProbe: GOOD\"" # View good emails. macro index "\Cs\Cs" "~h \"X-SpamProbe: SPAM\"" # View bad emails. -macro index \Cr ":source ~/.muttrc" "Re-source the muttrc" +macro index \Cr ":source ~/.config/neomutt/neomuttrc" "Re-source the neomuttrc" # Macros for use in the pager. macro pager "w" "set invsmart_wrap invmarkers" # Toggle wrap stuff