From 82f326bbd715e83f0b6d10faf88172f8a6e9eb5d Mon Sep 17 00:00:00 2001 From: Rodrigo Camacho <7000131+machocam@users.noreply.github.com> Date: Sat, 9 Mar 2024 23:32:44 +0100 Subject: [PATCH] Update mutt-wizard.muttrc Added a threads flag to have email appear as threads. The only things I didn't add was a the capability of adding sent mail to the threads. I'm unsure of the best way to solve that issue. --- share/mutt-wizard.muttrc | 1 + 1 file changed, 1 insertion(+) diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 95a9ae9..4e32151 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -9,6 +9,7 @@ set mime_type_query_command = "file --mime-type -b %s" set date_format="%y/%m/%d %I:%M%p" set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" set sort = 'reverse-date' +set sort = threads set smtp_authenticators = 'gssapi:login' set query_command = "abook --mutt-query '%s'" set rfc2047_parameters = yes