summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-07-19 12:36:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-07-19 12:36:58 -0700
commitaf92def5f00237857d5a5cb3ac7627aa3fa8c4d2 (patch)
tree4799032f336c0526b97ef00799aef9c31d6fac12
parent05bc3712e1da0c060a2d97780ed7f808db578a65 (diff)
downloaddotfiles-af92def5f00237857d5a5cb3ac7627aa3fa8c4d2.tar.gz
simpler mutt sorting, for the use to which I currently put it
-rw-r--r--.muttrc7
1 files changed, 1 insertions, 6 deletions
diff --git a/.muttrc b/.muttrc
index b2623418..5ef298ac 100644
--- a/.muttrc
+++ b/.muttrc
@@ -42,6 +42,7 @@ set smart_wrap
set wrap=80
unset markers
set wait_key=no
+set sort = last-date-received
# use 'R' to recall, rather than asking to recall when we compose --
# this makes it less inconvenient to have multiple drafts queued
@@ -79,12 +80,6 @@ send-hook '!~g !~G ^%C pgp_full !^%C pgp_none' 'push <pgp-menu>b'
send-hook '!~g !^%C pgp_full !^%C pgp_none' 'push <pgp-menu>s'
send-hook '(~G|~g) ^%C pgp_none' 'push <pgp-menu>c'
-# --- sorting
-
-set sort = threads
-set sort_browser = date
-set sort_aux = last-date-received
-
# --- GPG settings
# can't use gpgme because some Debian services require inline PGP