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"