Hi,

On Thu, 29 Nov 2001 Thorsten <[EMAIL PROTECTED]> spewed into the ether:
[-- snip --]
> >     No incoming mailboxes defined.
> >
> >Huh? What am I doing wrong?
> Nothing that I know of, but you leave something out:
>       mailboxes `find /path/to/my/directory/of/mailboxes -type f -print | grep -Ev 
>'(log|backup|sent|postponed|trash)' | xargs`

Ahh .. neato ! 
earlier I had :

mailboxes `find ~/Email -maxdepth 1 -type f ! -name sent-mail ! -name postponed 
-printf "%p "`

But, that becomes way too tedious as the list increases. The 
egrep/xargs combination works wonderfully. Thanks :-)

> Somebody asked me about the xarg, and I couldn't really say whether
> Mutt accepts one mailbox per line. I never tried: Never change a
> running system.

Yes, xargs just echoes them one-by-one, I guess.

pv.

-- 
Prahlad Vaidyanathan <[EMAIL PROTECTED]>                What, me worry ?
http://www.symonds.net/~prahladv/                    Don't Panic !
--

Attachment: msg20812/pgp00000.pgp
Description: PGP signature

Reply via email to