From eec74c4310c4b55355168e65f2234fbee056eec6 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 1 Jul 2020 18:57:23 +1200 Subject: Switch default Mutt sort to threads --- mutt/muttrc | 7 ++++--- 1 file 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 '\ set my_sort_tmp = $sort\ set sort = $my_sort_alt\ -- cgit v1.2.3