Change reload macro to support neomutt

This commit is contained in:
Orien Vandenbergh 2025-04-22 13:33:25 -04:00
parent 865b95aa3b
commit 8753937fad

View File

@ -15,7 +15,7 @@ macro index "\ef" "<pipe-message>view-x-face<enter>" # View
macro index "\ev" "<pipe-message>less<enter>" # View the message in less. macro index "\ev" "<pipe-message>less<enter>" # View the message in less.
macro index "\Cs\Co" "<limit>~h \"X-SpamProbe: GOOD\"<enter><last-entry>" # View good emails. macro index "\Cs\Co" "<limit>~h \"X-SpamProbe: GOOD\"<enter><last-entry>" # View good emails.
macro index "\Cs\Cs" "<limit>~h \"X-SpamProbe: SPAM\"<enter><last-entry>" # View bad emails. macro index "\Cs\Cs" "<limit>~h \"X-SpamProbe: SPAM\"<enter><last-entry>" # View bad emails.
macro index \Cr ":source ~/.muttrc<enter>" "Re-source the muttrc" macro index \Cr ":source ~/.config/neomutt/neomuttrc<enter>" "Re-source the neomuttrc"
# Macros for use in the pager. # Macros for use in the pager.
macro pager "w" "<enter-command>set invsmart_wrap invmarkers<enter>" # Toggle wrap stuff macro pager "w" "<enter-command>set invsmart_wrap invmarkers<enter>" # Toggle wrap stuff