ork / mutt-office365

A mutt configuration file ready for Office 365
309 stars 56 forks source link

How to revert listing of the mails? #9

Closed k0pernikus closed 9 years ago

k0pernikus commented 9 years ago

I want to list the emails in reverse, so that the most current revieved email stands at the top and not as it is now, on the bottom.

I tried the setting:

set sort_aux=last-date-received       
set sort=threads
set sort_re

Yet it seems to be ignored. Can I revert some other way?

ork commented 9 years ago

This showed a reverse threaded message browser sorted by date.

set sort_browser = reverse-date
set sort_aux = reverse-date-received

Can you reproduce the result?

k0pernikus commented 9 years ago

@ork :+1: Yes, I can confirm that this reverts the mail listing.