Quellcode durchsuchen

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.
pull/983/head
Rodrigo Camacho vor 2 Monaten
committed by GitHub
Ursprung
Commit
82f326bbd7
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: B5690EEEBB952194
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      share/mutt-wizard.muttrc

+ 1
- 0
share/mutt-wizard.muttrc Datei anzeigen

@@ -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


Laden…
Abbrechen
Speichern