aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-07-01 18:57:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-07-01 18:57:23 +1200
commiteec74c4310c4b55355168e65f2234fbee056eec6 (patch)
tree36ebce128e70b28828ae7854f812c9c87cabd425
parentMerge branch 'release/v10.0.0' into develop (diff)
downloaddotfiles-eec74c4310c4b55355168e65f2234fbee056eec6.tar.gz
dotfiles-eec74c4310c4b55355168e65f2234fbee056eec6.zip
Switch default Mutt sort to threads
-rw-r--r--mutt/muttrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 9165386c..13f64d42 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -277,10 +277,11 @@ macro generic,index,browser,pager \\R '\
# conversations at once with multiple people replying to one another, as is
# regularly the case when reading mailing lists, but for my personal mail it's
# generally nicer to sort the messages simply by date. This macro uses
-# user-defined variables to toggle $sort between "date" and "threads".
+# user-defined variables to toggle $sort between "threads" (default) and
+# "date".
#
-set sort = date
-set my_sort_alt = threads
+set sort = threads
+set my_sort_alt = date
macro index \\t '\
<enter-command>set my_sort_tmp = $sort<enter>\
<enter-command>set sort = $my_sort_alt<enter>\