+bound `/<Esc>` to next/previous unread message
authorshort <>
Tue, 3 Sep 2002 15:41:58 +0000 (15:41 +0000)
committershort <>
Tue, 3 Sep 2002 15:41:58 +0000 (15:41 +0000)
.muttrc.addons

index 20ee74c..aaf5411 100644 (file)
@@ -4,6 +4,8 @@
 folder-hook ""      set sort=threads
 folder-hook "!"     set sort=mailbox-order
 folder-hook "=sent" set sort=mailbox-order
+bind index \` next-unread
+bind index <Esc>\` previous-unread
 unset strict_threads
 set editor="vim -c 'set noai' -c 'set ts=8' -c 'set fileencoding=iso-8859-2' -c 'set fileencodings=iso-8859-2'"
 set send_charset="us-ascii:iso-8859-2:utf-8"