mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 6a2b7e914370598d7b2da667854f82e280fd4b26
parent f7ce15afaa18816a3fb460b11dff81087fbb82f6
Author: ralphe <boyo.ralph@protonmail.com>
Date:   Mon, 19 Mar 2018 07:55:48 +0100

Ctrl-R to mark all as read

Diffstat:
Mmuttrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/muttrc b/muttrc @@ -43,6 +43,9 @@ bind index,pager R group-reply macro index,pager S '<sync-mailbox> macro index,pager \Cu |urlview\n +#Ctrl-R to mark all as read +macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read" + # Notmuch searching macro index \Cf "<enter-command>unset wait_key<enter><shell-escape>read -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms<enter><limit>~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;chomp@a;s/\^id:// for@a;$,=\"|\";print@a'\`\"<enter>" "show only messages matching a notmuch pattern" macro index A "<limit>all\n" "show all messages (undo limit)"