Restore Tab behavior to the older (or non-Debian?) Mutt.
authorshort <>
Wed, 20 Apr 2005 03:07:03 +0000 (03:07 +0000)
committershort <>
Wed, 20 Apr 2005 03:07:03 +0000 (03:07 +0000)
send_charset: +iso-2022-jp

.muttrc.addons

index 7382b63..0a01689 100644 (file)
@@ -7,13 +7,17 @@ folder-hook "=sent"   set sort=mailbox-order
 folder-hook "=spam"   set sort=mailbox-order
 folder-hook "=err"    set sort=mailbox-order
 folder-hook "=input$" set sort=mailbox-order
 folder-hook "=spam"   set sort=mailbox-order
 folder-hook "=err"    set sort=mailbox-order
 folder-hook "=input$" set sort=mailbox-order
+bind index <Tab> next-new
+bind pager <Tab> next-new
+bind index <Esc><Tab> previous-new
+bind pager <Esc><Tab> previous-new
 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'"
 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'"
-set send_charset="us-ascii:utf-8"
+set send_charset="us-ascii:iso-2022-jp:utf-8"
 set charset="utf-8"
 set autoedit
 set auto_tag
 set charset="utf-8"
 set autoedit
 set auto_tag