From 561d33fcd9e210c40c7aaecb196c1e3237cad076 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Sat, 11 Jun 2022 10:27:31 +0200 Subject: [PATCH] Revert "Change binding for 'mark all read' macro" This reverts commit e5aab95d309d2547ff4ef2a0492c23f38f66d020. --- roles/neomutt/templates/neomuttrc.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/neomutt/templates/neomuttrc.j2 b/roles/neomutt/templates/neomuttrc.j2 index a91a8f3..5f22f79 100644 --- a/roles/neomutt/templates/neomuttrc.j2 +++ b/roles/neomutt/templates/neomuttrc.j2 @@ -81,7 +81,7 @@ bind editor complete-query macro index,attach,pager \Cb 'urlscan' "follow links with urlscan" #macro index,pager a "set my_pipe_decode=\$pipe_decode pipe_decodeabook --add-emailset pipe_decode=\$my_pipe_decode; unset my_pipe_decode" "add the sender address to abook" -macro index \Cn "T~UN." "mark all messages as read" +macro index \Cr "T~UN." "mark all messages as read" #macro index O "mw -Y" "run mw -Y to sync all mail" #macro index \Cf "unset wait_keyprintf 'Enter a search term to find with notmuch: '; read x; echo \$x >~/.cache/mutt_terms~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;s/\^id:// for@a;$,=\"|\";print@a' | perl -le '@a=<>; chomp@a; s/\\+/\\\\+/ for@a;print@a' \`\"" "show only messages matching a notmuch pattern" #macro index A "all\n" "show all messages (undo limit)"