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