From ce985c83fa5607e21d32f2e5449359afb900d537 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 21 Apr 2019 21:22:40 -0400 Subject: stuff --- muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'muttrc') diff --git a/muttrc b/muttrc index e1a54a8..3598f2a 100644 --- a/muttrc +++ b/muttrc @@ -56,7 +56,7 @@ bind editor complete-query macro index,pager a "|abook --add-email\n" 'add sender to abook' macro index \Cr "T~UN." "mark all messages as read" -macro index O "$HOME/.config/mutt/bin/mailsync -Va" "run offlineimap to sync all mail" +macro index O "mailsync -Va" "run offlineimap to sync all mail" macro index \Cf "unset wait_keyread -p 'Enter a search term to find with notmuch: ' 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" macro index A "all\n" "show all messages (undo limit)" -- cgit v1.2.3