aboutsummaryrefslogtreecommitdiff
path: root/mutt/muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/muttrc')
-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>\