From 55b38fafb8c67cb83b5d901389b1f48a06c9c1cc Mon Sep 17 00:00:00 2001 From: cantcuckthis <102478867+cantcuckthis@users.noreply.github.com> Date: Mon, 28 Mar 2022 06:09:36 +0000 Subject: [PATCH] Changes to muttrc Run pass show on the email address and direct output to /dev/null. --- share/mutt-wizard.muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index f99d74d..13899ba 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -95,7 +95,7 @@ macro index,pager Ca ";=Archive" "copy mail to archive" 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 \Cr "T~UN." "mark all messages as read" -macro index O "mw -Y" "run mw -Y to sync all mail" +macro index O "pass show $fulladdr &> /dev/null; 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)"