Update .muttrc

This commit is contained in:
Chris Cowley 2025-09-22 09:59:40 +02:00
parent 81be68bf8e
commit 383798adf7

View file

@ -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<enter>" "Mark read (remove unread tag)"
# Tag as important
macro index i ";+important<enter>" "Tag important"