]> code.delx.au - dotfiles/commitdiff
Mutt - bump threads with new messages
authorJames Bunton <jamesbunton@delx.net.au>
Fri, 5 Oct 2007 03:05:59 +0000 (13:05 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Fri, 5 Oct 2007 03:05:59 +0000 (13:05 +1000)
.mutt/display

index 1ff86c966f76ea38bfabf69eac63ed390aad1f78..1d1583543d77eca33fd5acb23865ff42e5d9ac3f 100644 (file)
@@ -7,10 +7,10 @@ hdr_order date from to cc bcc reply-to subject x-mailer x-spam-score
 
 # Sort by threads then date received
 set sort=threads
-set sort_aux=date-received
+set sort_aux=last-date-received
 # When going to the Sent folder, sort by date-sent
-folder-hook . set sort_aux=date-received # And undo
-folder-hook "=Sent" set sort_aux=date-sent # And undo
+folder-hook . set sort_aux=last-date-received # And undo
+folder-hook "=Sent" set sort_aux=last-date-sent # And undo
 
 
 # Hide the help line at the top