From: Michael Orlitzky Date: Thu, 16 Jan 2020 01:35:30 +0000 (-0500) Subject: Always sort by date-received and threads. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mutt.git;a=commitdiff_plain;h=8e465934df1d083afec4686d7d3917338c4164c3 Always sort by date-received and threads. --- diff --git a/hooks b/hooks index d398e25..83728ae 100644 --- a/hooks +++ b/hooks @@ -1,10 +1,3 @@ -folder-hook . "set sort=date-received" - -# Sort any mailing list messages by thread. -# This assumes, of course, that all of your -# mailing list messages are stored under /lists/. -folder-hook ^lists/ "set sort=threads" - # The "33" is a magic number, totaling the number of characters in the # non-subject/author fields. # diff --git a/miscellaneous b/miscellaneous index 2cdc123..9492ceb 100644 --- a/miscellaneous +++ b/miscellaneous @@ -35,7 +35,8 @@ set reverse_name=yes set reverse_realname=no set send_charset="utf8" set smart_wrap=yes -set sort_aux=date-received +set sort = threads +set sort_aux = date-received set use_domain=no set use_from=yes