<<< Date Index >>>     <<< Thread Index >>>

Re: Displaying mails in thread mode



* Chengqi(Lars) Song (songcq@xxxxxxxxx) wrote:
> Hello,
> 
> How to display mails in thread mode like Gmail does? Could you paste
> your thread-mode related settings? Thanks.
> 
> Best
> Lars
>
Hi Lars, 

From within mutt, you can change the mail sort order by pressing "o" and then
"t" for threads, or "d" for date received - there are many other options too.
   
You can also configure default behaviour in your .muttrc:

Set the default sort order (will apply to all folders/mailboxes):

        folder-hook .  set sort=threads

To set a folder/mailbox specific one:

        folder-hook "folder-name" set sort=date-received

etc,

Kind Regards,
Jaime