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` I'm using the same command here at work and it does not work. Now, a little more detail... At home, I have a self contained Linux box. Here at work, my mail spool is accessed over NFS as is my $HOME, my account is in our NIS and not on my local machine. When compiling mutt here at work, I made sure to use --enable-nfs-fix and --enable-buffy-size so that I could be sure this command works, but it doesn't. I have my .forward calling procmail to deliver mail and mutt-users goes into it's own folder in ~/Mail/lists/mutt-users 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). -- Carl B. Constantine University of Victoria Programmer Analyst http://www.uvic.ca UNIX System Administrator Victoria, BC, Canada [EMAIL PROTECTED]