From 3be60e154faabede5a4861b26c12ba62bca258a5 Mon Sep 17 00:00:00 2001 From: Gil Date: Tue, 22 Aug 2023 18:20:16 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lio=20du=20tri=20mutt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/mutt/global.muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/mutt/global.muttrc b/.config/mutt/global.muttrc index bfad108..42c029b 100644 --- a/.config/mutt/global.muttrc +++ b/.config/mutt/global.muttrc @@ -9,7 +9,7 @@ set mime_type_query_command = "file --mime-type -b %s" set date_format="%d/%m/%y %I:%M%p" set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" set sort = 'threads' -set sort_aux = 'reverse-date' +set sort_aux = 'reverse-last-date-received' set editor = '/usr/bin/vim' #set smtp_authenticators = 'login' set query_command = "abook --mutt-query '%s'"