]> Sergey Matveev's repositories - feeder.git/commitdiff
F1: next unread mailbox
authorSergey Matveev <stargrave@stargrave.org>
Mon, 21 Feb 2022 08:12:00 +0000 (11:12 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 21 Feb 2022 08:12:00 +0000 (11:12 +0300)
cmd/muttrc-gen.sh
doc/usage/browse.texi

index 0e5f3b5c5900b441584001332f60f0862447946c..c22cff18535bced17de1524d0bcbde84f34a2507 100755 (executable)
@@ -24,6 +24,8 @@ macro index <F8> "<shell-escape>mu find --muhome mu --clearlinks --format=links
 macro index <F9> "<change-folder-readonly>search<enter>" "mu find results"
 folder-hook search "set index_format = \"%4C [%D] %s (%F)\""
 
+macro index,pager,browser <F1> "<next-unread-mailbox><enter>"
+
 unignore X-Author X-URL X-Enclosure X-Categories
 
 alternative_order text/plain text/html
index 756e6267ecaef24ee72c652b835cb0a4ca258292..eb3f9af7ff4f44462897c10bdc67aaf3fe7a65bc 100644 (file)
@@ -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.