New neomutt macro to mark all New as Read

This commit is contained in:
Orien Vandenbergh
2025-09-25 10:18:44 -04:00
parent bd811dbe63
commit a751685924
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ macro index "\ev" "<pipe-message>less<enter>" # View
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 \Cr ":source ~/.config/neomutt/neomuttrc<enter>" "Re-source the neomuttrc"
macro index "R" "<tag-pattern>~N<enter><tag-pattern>~O<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "Mark New as read"
# Macros for use in the pager.
macro pager "w" "<enter-command>set invsmart_wrap invmarkers<enter>" # Toggle wrap stuff