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

RE: Collapse all threads except the one you are on



> > I would like to have all threads collapsed.
> > But when I jump to the next unread (Tab) I want Mutt to 
> automatically
> > uncollapse that thread.
... 
> set collapse_unread
> set uncollapse_jump
> set sort=threads
> folder-hook . 'push <collapse-all><collapse-thread>'
> macro index <tab> 
> "<collapse-thread><previous-entry><next-unread><collapse-thread>"

Joshua, Allister, thank you for your help.
This is working very well for me.

I used:
macro index <tab> 
"<collapse-thread><next-unread><collapse-thread>"

The <previous-entry> doesn't work as expected.

Joshua, you also asked my follow on question about folder-hook.
Push was the answer.


> 
> > Question 2:
> > I added a very simple colouring for index:
> > color index brightwhite black '~N'
> > color index brightwhite yellow '~U'

I haven't tried this yet.
Do these patches make it into released code, or are they just add ons?

Thanks,
Dave