Re: Starting mutt with the threads collapsed

2000-05-09 Thread Chris Gushue
Mikko Hänninen ([EMAIL PROTECTED]) wrote: > Chris Gushue <[EMAIL PROTECTED]> wrote on Tue, 09 May 2000: > > # Collapse threads by default, and jump to the last message > > bind index P collapse-all > > folder-hook . push "P*" > > > > I'm not sure what key collapse-all is bound to by default, I ha

Re: Starting mutt with the threads collapsed

2000-05-09 Thread Gero Treuner
Hi! On Wed, May 10, 2000 at 01:53:51AM +0300, Mikko Hänninen wrote: > Isn't exec now deprecated in favour of being able to do directly: > > push Correct, I knew that something has changed, but didn't remember exactly what. > Not sure about this... Besides, shouldn't that be: > > fol

Re: Starting mutt with the threads collapsed

2000-05-09 Thread Mikko Hänninen
Gero Treuner <[EMAIL PROTECTED]> wrote on Tue, 09 May 2000: > Put the following in your muttrc file: > > push "exec collapse-all\n" Isn't exec now deprecated in favour of being able to do directly: push Not sure about this... Besides, shouldn't that be: folder-hook . "push " ...

Re: Starting mutt with the threads collapsed

2000-05-09 Thread Chris Gushue
[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > How can I start mutt with the threads collapsed, like > 'collapse-all'? Thanks. > > -- > []'s > Daniel Serodio <[EMAIL PROTECTED]> I think this was mentioned on the mailing list earlier, but this is what I use: # Collapse threads by def

Re: Starting mutt with the threads collapsed

2000-05-09 Thread Gero Treuner
On Tue, May 09, 2000 at 05:01:59PM -0300, [EMAIL PROTECTED] wrote: > How can I start mutt with the threads collapsed, like > 'collapse-all'? Thanks. Put the following in your muttrc file: push "exec collapse-all\n" Gero