Carl B. Constantine ([EMAIL PROTECTED]) wrote:
> At home, I can use the change-folder command to cycle through folders
> with new Mail. I'm using this mailbox command:
> 
> mailboxes ! +lists
> mailboxes `for file in /home/cconstan/Mail/lists/*; do echo -n
> "+lists/$(basename $file) "; done`
> 
> Anyone have ideas on how to get this to work? (NOTE: my home machine
> uses BASH and I'm using tcsh here at work if that makes any difference).

That's the problem, the `for file in...` bit is run with whatever your
default shell is, and that's won't work in tcsh, since it's bash (well, sh)
syntax. Maybe you'd have to figure out the tcsh syntax, or write a
small bash script to call instead of the bash command directly (like I
do with my getfolders script).

-- 
Chris Gushue <[EMAIL PROTECTED]>
mutt config files - http://mutt.blackplasma.net
bplog news system - http://bplog.blackplasma.net

Reply via email to