aboutsummaryrefslogtreecommitdiff
path: root/mutt/muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/muttrc')
-rw-r--r--mutt/muttrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 11efc4bb..201a41f7 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -275,7 +275,7 @@ macro generic,index,browser,pager \\R '\
# "date".
#
set sort = threads
-set my_sort_alt = date
+set my_sort_alt = date-received
macro index \\t '\
<enter-command>set my_sort_tmp = $sort<enter>\
<enter-command>set sort = $my_sort_alt<enter>\
@@ -284,6 +284,11 @@ macro index \\t '\
<enter-command>set ?sort<enter>' \
"Toggle thread display"
+# When threads are on, sort them by the date the most recent message within
+# them was received.
+#
+set sort_aux = last-date-received
+
# Set a few simple colors just for a quick visual cue of which tool I'm looking
# at and for some visual distinction between text, signature, and quote. The
# navigation bar is a nice dark green.