From a751685924a078b60479697bad08dca8248a7ca4 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Thu, 25 Sep 2025 10:18:44 -0400 Subject: [PATCH] New neomutt macro to mark all New as Read --- .gitignore | 1 + neomutt/macros | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 16389d6..952879b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ neomutt/accounts +neomutt/current_host diff --git a/neomutt/macros b/neomutt/macros index a91afe4..c6dcab1 100644 --- a/neomutt/macros +++ b/neomutt/macros @@ -16,6 +16,7 @@ macro index "\ev" "less" # View 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 ~/.config/neomutt/neomuttrc" "Re-source the neomuttrc" +macro index "R" "~N~ON." "Mark New as read" # Macros for use in the pager. macro pager "w" "set invsmart_wrap invmarkers" # Toggle wrap stuff