]> Sergey Matveev's repositories - dotfiles.git/commitdiff
More compact macro binding
authorSergey Matveev <stargrave@stargrave.org>
Mon, 21 Feb 2022 10:06:12 +0000 (13:06 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 21 Feb 2022 15:22:08 +0000 (18:22 +0300)
mutt/.mutt/muttrc

index 27090156147bd98e4628ae34f898460735bd17a6..9cef705bd6b708a3bb9d1480ba6e38bca0705be9 100644 (file)
@@ -36,9 +36,7 @@ set folder_format="%3C %t %N [%3n|%3m] %D %f"
 
 source ~/.mutt/useragent.rc
 
-macro index <F1> "<next-unread-mailbox><enter>" "Go to new mail"
-macro pager <F1> "<next-unread-mailbox><enter>" "Go to new mail"
-macro browser <F1> "<next-unread-mailbox><enter>" "Go to new mail"
+macro index,pager,browser <F1> "<next-unread-mailbox><enter>"
 macro index <F5> ":set mbox_type = mbox\n" "mbox mailbox type"
 
 macro index <F8> "<shell-escape>mu find --clearlinks --format=links --linksdir=~/mail/search " "mu find"