]> granicus.if.org Git - neomutt/commitdiff
Note that <Tab> is bound to next-new-then-unread by default, rather than
authorAlain Bench <veronatif@free.fr>
Sun, 4 Sep 2005 06:57:04 +0000 (06:57 +0000)
committerAlain Bench <veronatif@free.fr>
Sun, 4 Sep 2005 06:57:04 +0000 (06:57 +0000)
next-new. Closes: #1637.

doc/manual.xml.head
doc/manual.xml.tail

index b2ea464048a623b4db48d29a4e002ae54e0414b7..0b6a0a77713fe92c3b79039dc6d6570a15a46991 100644 (file)
@@ -321,7 +321,7 @@ u               undelete-message
 v               view-attachments
 x               abort changes and exit
 &lt;Return&gt;        display-message
-&lt;Tab&gt;           jump to the next new message
+&lt;Tab&gt;           jump to the next new or unread message
 @               show the author's full e-mail address
 $               save changes to mailbox
 /               search
index 450ed6a4ff71d58da0fc68b97b569d2de0edf4bd..97cf2f68cd93ccb2ede376b7e99bd7628a3e4688 100644 (file)
@@ -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