From b35ac159155c45e2bfe037ea39f0ef66abeef5d4 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 21 Feb 2022 13:06:12 +0300 Subject: [PATCH] More compact macro binding --- mutt/.mutt/muttrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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" -- 2.44.0