Re: Problem with using commands in ` in .muttrc

1999-12-01 Thread Chris Green
On Tue, Nov 30, 1999 at 09:00:48PM +0200, Mikko Hänninen wrote: > Chris Green <[EMAIL PROTECTED]> wrote on Tue, 30 Nov 1999: > > mailboxes `find /home/d/cgreen/Lists -type f -printf '%h/%f '` \ > > ~/Mail/inbox > > > > But it appears not to work

Re: Problem with using commands in ` in .muttrc

1999-11-30 Thread Mikko Hänninen
Chris Green <[EMAIL PROTECTED]> wrote on Tue, 30 Nov 1999: > mailboxes `find /home/d/cgreen/Lists -type f -printf '%h/%f '` \ > ~/Mail/inbox > > But it appears not to work, mutt can't find new mail in the files in > my Lists directory. However

Problem with using commands in ` in .muttrc

1999-11-30 Thread Chris Green
I have the following in my .muttrc file:- mailboxes `find /home/d/cgreen/Lists -type f -printf '%h/%f '` \ ~/Mail/inbox But it appears not to work, mutt can't find new mail in the files in my Lists directory. However if instead I execute the c