aboutsummaryrefslogtreecommitdiff
path: root/mutt/muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/muttrc')
-rw-r--r--mutt/muttrc13
1 files changed, 4 insertions, 9 deletions
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>\