1
0
Fork 0

Fix mailbox listings

This commit is contained in:
Malte Brandy 2021-07-05 01:22:23 +02:00
parent 2feb65ddd4
commit 2e13c3af76
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -261,7 +261,7 @@ in
alternates ${mutt_alternates}
set folder="${maildir}"
mailboxes `find ${maildir} -type d -name Inbox -printf '"%h" '` `find ${maildir} -type d -name cur -printf '"%h" '`
mailboxes `find -L ${maildir} -type d -name Inbox -printf '"%h" '` `find -L ${maildir} -type d -name cur -printf '"%h" '`
set sendmail="${pkgs.msmtp}/bin/msmtp --read-envelope-from"
set sort=threads
set sort_aux=last-date-received