Default and =sent folders are "unsorted", otherwise still by "thread"
authorshort <>
Tue, 3 Sep 2002 15:25:14 +0000 (15:25 +0000)
committershort <>
Tue, 3 Sep 2002 15:25:14 +0000 (15:25 +0000)
.muttrc.addons

index 550366f..20ee74c 100644 (file)
@@ -1,7 +1,9 @@
 # System-wide personalization for Mutt
 ######################################
 
-set sort=threads
+folder-hook ""      set sort=threads
+folder-hook "!"     set sort=mailbox-order
+folder-hook "=sent" set sort=mailbox-order
 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"