From af92def5f00237857d5a5cb3ac7627aa3fa8c4d2 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 19 Jul 2022 12:36:33 -0700 Subject: simpler mutt sorting, for the use to which I currently put it --- .muttrc | 7 +------ 1 file changed, 1 insertion(+), 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 b' send-hook '!~g !^%C pgp_full !^%C pgp_none' 'push s' send-hook '(~G|~g) ^%C pgp_none' 'push 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 -- cgit v1.2.3