From 2422511b14c5b7d12841235425413b0e0a4afcaa Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 21 Aug 2022 17:44:01 +0200 Subject: update --- .config/mutt/defaults.muttrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/mutt/defaults.muttrc') diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index 353b7c5..702ed60 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -1,6 +1,6 @@ # vim: filetype=neomuttrc -# This file contains all of mutt-wizard's default settings. -# mutt-wizard will have this file sourced from your muttrc. +# This file contains all of mutt's default settings. +# mutt will have this file sourced from your muttrc. # In the interest of seamless updating, do not edit this file. # If you want to override any settings, set those in your muttrc. set editor = "emacsclient -nw -a nvim" @@ -104,7 +104,7 @@ bind editor complete-query macro index,pager a "set my_pipe_decode=\$pipe_decode pipe_decodeabook -C $XDG_CONFIG_HOME/abook/abookrc --datafile $XDG_DATA_HOME/abook/addressbook --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 "fetch_mail.sh" "run mbsync 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 \Cf "unset wait_keyprintf 'Enter a search term to find with notmuch: '; read x; echo \$x >$XDG_CACHE_HOME/mutt_terms~i \"\`notmuch search --output=messages \$(cat $XDG_CACHE_HOME/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)" macro compose Y "\ mutt_md2html.sh\ -- cgit v1.2.3