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

Re: hacking on mutt



On Mon, Nov 24, 2008 at 04:03:09PM -0500, Don Zickus wrote:
> Basically, I wanted to implement an idea that gmail uses.  The one thing I
> liked about gmail is how threads 'bubble' up to the top as the continue to
> be active, leaving dead threads behind.  My idea is to hack on to the
> 'sort' command another option to sort my email based on threads but using
> the last-email-in-the-thread's date instead of the parent.

See the $sort_aux variable.  You probably just want:

set sort=threads
set sort=last-date

me