Fixed bound `/<Esc>` to be functional also in 'pager'
[nethome.git] / .muttrc.addons
index dbad39a..8ab616e 100644 (file)
@@ -8,7 +8,9 @@ folder-hook "=spam"   set sort=mailbox-order
 folder-hook "=err"    set sort=mailbox-order
 folder-hook "=input$" set sort=mailbox-order
 bind index \` next-unread
+bind pager \` next-unread
 bind index <Esc>\` previous-unread
+bind pager <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"