Re: folder-hook && push question
0n Sat, Aug 07, 2004 at 07:20:33PM +0200, Adeodato Simó wrote:
* Wilkinson, Alex [Sat, 07 Aug 2004 22:55:24 +0930]:
> If I use the aforementioned configuration I get the following
behavior upon
> exec()'ing mutt:
> Chdir to: imap://hostname.dsto.defence.gov.au/INBOX/ollapse-all>
> This is not the desired behavior.
> However if I create another instance of the line in my configuration:
> folder-hook . push '<collapse-all>'
> all works fine.
> Can anyone give me some insight as to why this happening ? A bug ?
yes, the extra "set" in:
> folder-hook . \
> set sort=threads ;\
> set index_format="%4C %Z %{%b %d} %-15.15F (%4c) %?M?%M> ?%s"
;\
> set push '<collapse-all>'
# mutt
Error in /home/username/.mutt/folder-hooks, line 61: push: unknown variable
Error in /home/username/.mutt/muttrc, line 10: source: errors in
/home/username/.mutt/folder-hooks
source: errors in /home/username/.mutt/muttrc
Press any key to continue... ^^^
- aW