From 383798adf71bfbd93ba02293a72f46ca72e98c8c Mon Sep 17 00:00:00 2001 From: Chris Cowley Date: Mon, 22 Sep 2025 09:59:40 +0200 Subject: [PATCH] Update .muttrc --- dot_muttrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dot_muttrc b/dot_muttrc index 00c48d1..b579295 100644 --- a/dot_muttrc +++ b/dot_muttrc @@ -49,3 +49,9 @@ set use_threads=threads sort=date sort_aux=date # macro index \ # "unset wait_key~/.mutt/mutt-notmuch.pl thread~/.cache/mutt_resultsset wait_key" \ # "search and reconstruct owning thread (using notmuch)" +# +# Mark as read (remove unread tag) +macro index R ";-unread" "Mark read (remove unread tag)" + +# Tag as important +macro index i ";+important" "Tag important"