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 From d6ac18ff41e24932a8a44a10ddfe3f7bdc8b3e92 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 4 Jul 2020 01:07:26 +1200 Subject: Don't set use_envelope_from by default Will offload this to the mailserver in the most general case. --- mutt/muttrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mutt/muttrc b/mutt/muttrc index 13f64d42..11efc4bb 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -146,12 +146,6 @@ set strict_threads set text_flowed set reflow_wrap = 0 -# When passing mail to the sendmail binary, use the "From" address I set as the -# envelope sender, in case the local mail server needs to do any switching or -# filtering based on that. -# -set use_envelope_from - # Don't wait for me to press a key after running a command if it exited # successfully; this still warns me if something failed, though. # -- cgit v1.2.3 From f1d53e092e253b7b7a10bc952152c8971f4b5c3f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 4 Jul 2020 01:07:45 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 097dc1ee..1cd3bea5 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v10.0.0 -Mon, 29 Jun 2020 12:04:25 +0000 +tejr dotfiles v10.1.0 +Fri, 03 Jul 2020 13:07:45 +0000 -- cgit v1.2.3