From: Alain Bench Date: Sun, 4 Sep 2005 06:57:04 +0000 (+0000) Subject: Note that is bound to next-new-then-unread by default, rather than X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d425ee71a5f2400d53711b1285dd8046f35276b;p=neomutt Note that is bound to next-new-then-unread by default, rather than next-new. Closes: #1637. --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index b2ea46404..0b6a0a777 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -321,7 +321,7 @@ u undelete-message v view-attachments x abort changes and exit <Return> display-message -<Tab> jump to the next new message +<Tab> jump to the next new or unread message @ show the author's full e-mail address $ save changes to mailbox / search diff --git a/doc/manual.xml.tail b/doc/manual.xml.tail index 450ed6a4f..97cf2f68c 100644 --- a/doc/manual.xml.tail +++ b/doc/manual.xml.tail @@ -96,14 +96,17 @@ limit l show only messages matching a pattern list-reply L reply to specified mailing list mail m compose a new mail message mail-key ESC k mail a PGP public key -next-new TAB jump to the next new message +next-new not bound jump to the next new message +next-new-then-unread TAB jump to the next new or unread message next-subthread ESC n jump to the next subthread next-thread ^N jump to the next thread next-undeleted j move to the next undeleted message next-unread not bound jump to the next unread message parent-message P jump to parent message in thread pipe-message | pipe message/attachment to a shell command -previous-new ESC TAB jump to the previous new message +previous-new not bound jump to the previous new message +previous-new-then-unread + ESC TAB jump to the previous new or unread message previous-page Z move to the previous page previous-subthread ESC p jump to previous subthread previous-thread ^P jump to previous thread @@ -178,7 +181,8 @@ mail-key ESC k mail a PGP public key mark-as-new N toggle a message's 'new' flag next-line RET scroll down one line next-entry J move to the next entry -next-new TAB jump to the next new message +next-new not bound jump to the next new message +next-new-then-unread TAB jump to the next new or unread message next-page move to the next page next-subthread ESC n jump to the next subthread next-thread ^N jump to the next thread @@ -189,6 +193,8 @@ pipe-message | pipe message/attachment to a shell command previous-line BackSpace scroll up one line previous-entry K move to the previous entry previous-new not bound jump to the previous new message +previous-new-then-unread + not bound jump to the previous new message previous-page - move to the previous page previous-subthread ESC p jump to previous subthread previous-thread ^P jump to previous thread