From d0590a82ea9abf2f3765f95c160efbad8561c082 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Tue, 27 Jul 2021 16:48:31 -0400 Subject: [PATCH] clean up extraneous line continuation --- private_dot_mutt/macros.rc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/private_dot_mutt/macros.rc b/private_dot_mutt/macros.rc index 3645446..842ee8e 100644 --- a/private_dot_mutt/macros.rc +++ b/private_dot_mutt/macros.rc @@ -5,9 +5,7 @@ macro index \ macro index \ "unset wait_key~/bin/mutt-notmuch thread~/.cache/Maildir/set wait_key" \ "search and reconstruct owning thread (using notmuch)" -# macro index,browser t "mutt2task" -macro index,browser,pager t "/home/kellya/projects/arachnitech/mutt2tw/mutt2tw.py"\ -"A" +macro index,browser,pager t "/home/kellya/projects/arachnitech/mutt2tw/mutt2tw.py" "A" # 'L' performs a notmuch query, showing only the results macro index L "unset wait_keyread -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;chomp@a;s/\^id:// for@a;$,=\"|\";print@a'\`\"" "show only messages matching a notmuch pattern" # 'a' shows all messages again (supersedes default binding)