aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-07-15 20:38:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-07-15 20:38:49 +1200
commitb8bb0b04b3cf6a6d2e619726863c90ca6888e9a2 (patch)
tree1abf3634f2f17f7d7f3bc9b273f65d8fbad6b55f
parentSort messages in Mutt by date received, not sent (diff)
downloaddotfiles-b8bb0b04b3cf6a6d2e619726863c90ca6888e9a2.tar.gz
dotfiles-b8bb0b04b3cf6a6d2e619726863c90ca6888e9a2.zip
Sort threads in Mutt by last message date received
-rw-r--r--mutt/muttrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index c42834f0..201a41f7 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -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.