From 9f866dd955ae768b6c58a65b10bcba719e3c6f45 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 21 Feb 2022 11:12:00 +0300 Subject: [PATCH 1/1] F1: next unread mailbox --- cmd/muttrc-gen.sh | 2 ++ doc/usage/browse.texi | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cmd/muttrc-gen.sh b/cmd/muttrc-gen.sh index 0e5f3b5..c22cff1 100755 --- a/cmd/muttrc-gen.sh +++ b/cmd/muttrc-gen.sh @@ -24,6 +24,8 @@ macro index "mu find --muhome mu --clearlinks --format=links macro index "search" "mu find results" folder-hook search "set index_format = \"%4C [%D] %s (%F)\"" +macro index,pager,browser "" + unignore X-Author X-URL X-Enclosure X-Categories alternative_order text/plain text/html diff --git a/doc/usage/browse.texi b/doc/usage/browse.texi index 756e626..eb3f9af 100644 --- a/doc/usage/browse.texi +++ b/doc/usage/browse.texi @@ -52,3 +52,5 @@ message to understand what was touched. Press @code{o} in pager mode to open links and enclosures URLs. Your message will be piped to @command{cmd/x-urlview.sh}, that will show all @code{X-URL} and @code{X-Enclosure} links. + +Press @code{F1} to go to next unread mailbox. -- 2.44.0