Hi,
* Michelle Konzack wrote (2004-02-27 22:19):
>Exactly, I am on <http://www.eBay.de/> and for each seller I have a
>mailbox with ist name. It is to much stress to add ever day some
>sellers manualy...
>
>Question: How can I do ist ?
>
>I have tried the `ls -D` but it does not work correctly...
I use this:
mailboxes `find ~/Mail -type f -print | grep -Ev '(admin|postponed|archiv)' |
xargs` /var/mail/$username
That finds all files in ~/Mail except for those in the admin folder
(logs, $trash, $record etc.), postponed (you guessed it: $postponed)
and the archiv folder.
You have to adapt this a bit if you use mail folders.
Thorsten
--
A witty saying proves nothing.
- Voltair
Attachment:
pgpW4MwGe2suZ.pgp
Description: PGP signature