Move to the first (instead of the last) New message in the appropriate folders.
authorshort <>
Sat, 21 May 2005 11:45:06 +0000 (11:45 +0000)
committershort <>
Sat, 21 May 2005 11:45:06 +0000 (11:45 +0000)
.muttrc.addons

index f273c21..dc5aec8 100644 (file)
@@ -1,12 +1,13 @@
 # System-wide personalization for Mutt
 ######################################
 
-folder-hook ""                         set sort=threads
 # '!' an '=' are expand only as the very first characters.
 # regexes are processed.
 # '$' must follow alpha or '{' to get interpreted as a variable.
-folder-hook "!$"                       set sort=mailbox-order;push "*"
-folder-hook "=(=|sent|spam|err|input)" set sort=mailbox-order;push "*"
+folder-hook ""                   set sort=threads
+folder-hook "!$"                 set sort=mailbox-order;push "*<Tab>"
+folder-hook "=(=|err)"           set sort=mailbox-order;push "*<Tab>"
+folder-hook "=(sent|spam|input)" set sort=mailbox-order;push "*"
 bind index <Tab> next-new
 bind pager <Tab> next-new
 bind index <Esc><Tab> previous-new