1
0
Fork 0

Fix mail sorting

This commit is contained in:
Malte Brandy 2020-12-17 10:43:25 +01:00
parent 24aa4019f7
commit fbaead7b56
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -247,7 +247,7 @@ in {
mailboxes `find ${maildir} -type d -name Inbox -printf '"%h" '` `find ${maildir} -type d -name cur -printf '"%h" '`
set sendmail="${pkgs.msmtp}/bin/msmtp --read-envelope-from"
set sort=threads
set sort_aux=date-sent
set sort_aux=last-date-received
set realname="${name}"
set from=fill-later
set use_from=yes