From: Sergey Matveev Date: Mon, 21 Feb 2022 10:06:12 +0000 (+0300) Subject: More compact macro binding X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=b35ac159155c45e2bfe037ea39f0ef66abeef5d4 More compact macro binding --- diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 2709015..9cef705 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -36,9 +36,7 @@ set folder_format="%3C %t %N [%3n|%3m] %D %f" source ~/.mutt/useragent.rc -macro index "" "Go to new mail" -macro pager "" "Go to new mail" -macro browser "" "Go to new mail" +macro index,pager,browser "" macro index ":set mbox_type = mbox\n" "mbox mailbox type" macro index "mu find --clearlinks --format=links --linksdir=~/mail/search " "mu find"