From 11fe00f8dcc2f28b9fe9dac0b98e985671e41518 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Sat, 8 Feb 2025 20:33:44 +0530 Subject: mutt: mapping for marking entire mailbox as read Signed-off-by: Brahmajit Das --- .config/neomutt/mappings | 3 +++ 1 file changed, 3 insertions(+) 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 \ "khard add-email" \ "add the sender email address to khard" +# mark an entire mail box as read +macro index \Cr "T~UN." "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 -- cgit v1.2.3