aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-07-15 20:38:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-07-15 20:38:33 +1200
commit130ea720cbc4db0a213137d43cb1d97b5da88f62 (patch)
treeb5c4314615fca3f2c43300bb31691a8412bd73c5
parentCorrect a spelling error in a comment (diff)
downloaddotfiles-130ea720cbc4db0a213137d43cb1d97b5da88f62.tar.gz
dotfiles-130ea720cbc4db0a213137d43cb1d97b5da88f62.zip
Sort messages in Mutt by date received, not sent
-rw-r--r--mutt/muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 11efc4bb..c42834f0 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -275,7 +275,7 @@ macro generic,index,browser,pager \\R '\
# "date".
#
set sort = threads
-set my_sort_alt = date
+set my_sort_alt = date-received
macro index \\t '\
<enter-command>set my_sort_tmp = $sort<enter>\
<enter-command>set sort = $my_sort_alt<enter>\