diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-02-08 20:33:44 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-02-08 20:33:44 +0530 |
commit | 11fe00f8dcc2f28b9fe9dac0b98e985671e41518 (patch) | |
tree | 4b6448064ca3fd12ca0d6d897db8ba5245679e18 | |
parent | fa2d54695fdf8577d0729f86363ba4aa1e65b75b (diff) |
mutt: mapping for marking entire mailbox as read
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-rw-r--r-- | .config/neomutt/mappings | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/neomutt/mappings b/.config/neomutt/mappings index 8650231..1806b28 100644 --- a/.config/neomutt/mappings +++ b/.config/neomutt/mappings @@ -52,6 +52,9 @@ macro index,pager A \ "<pipe-message>khard add-email<return>" \ "add the sender email address to khard" +# mark an entire mail box as read +macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "Mark all messages as read" + # use markdown in email, esc then 5 macro compose \e5 "F pandoc -s -f markdown -t html \ny^T^Utext/html; charset=utf-8\n" set wait_key=no |