From: Sergey Matveev Date: Mon, 21 Feb 2022 08:12:00 +0000 (+0300) Subject: F1: next unread mailbox X-Git-Url: http://www.git.stargrave.org/?p=feeder.git;a=commitdiff_plain;h=9f866dd955ae768b6c58a65b10bcba719e3c6f45 F1: next unread mailbox --- 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.