aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-07-04 01:07:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-07-04 01:07:49 +1200
commit13099e561016352d211ffe76c94678b91259a931 (patch)
tree4456294e9557bf32a747cb08798c50f8be46d6d2
parentMerge branch 'release/v10.0.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-13099e561016352d211ffe76c94678b91259a931.tar.gz
dotfiles-13099e561016352d211ffe76c94678b91259a931.zip
Merge branch 'release/v10.1.0'v10.1.0
* release/v10.1.0: Don't set use_envelope_from by default Switch default Mutt sort to threads
-rw-r--r--VERSION4
-rw-r--r--mutt/muttrc13
2 files changed, 6 insertions, 11 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
diff --git a/mutt/muttrc b/mutt/muttrc
index 9165386c..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.
#
@@ -277,10 +271,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>\