Where is the punchline IN MY JOKE.
The main idea was to help.
Why, because someone mentioned the use of the unix command rm.
Fine, I have had the same problem but with approx. 18000+ leftover files.

In the poosting I replied to there was NO evidence of a NT box involved.
Or is it only windoze users have problems?

However why should I care abot other fellow users/developers that have problems.
Why should I mention things that might solve problems for others when the result is
a slap in the face. And get myself mentioned in angry postings about how I' doing the 
JAMES 
project a disservice.

Maybe the correct answer was "use the explorer" or "start menu->run->cmd and type 'del 
*' in the inbox".
That would be a joke.
Furthermore unix commands exists on NT. I use cygwin alot under Win98/NT/2k.


//Erik Danielsson


----- Original Message ----- 
From: "Mike Shoemaker" <[EMAIL PROTECTED]>
To: "James Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, April 24, 2002 7:05 PM
Subject: Re: Files exist in inbox after retrieving mail.


> Unfortunately typing unix commands on an NT box would not help out to much.
> You two are not exactly helpful and are probably doing a disservice to the
> JAMES project by making jokes.
> 
> I may not be very familiar with James, but I assure you that I try to treat
> everyone with a little respect and answer the few questions that I can.
> 
> Mike
> 
> ----- Original Message -----
> From: "Erik Danielsson" <[EMAIL PROTECTED]>
> To: "James Users List" <[EMAIL PROTECTED]>
> Sent: Wednesday, April 24, 2002 11:56 AM
> Subject: Re: Files exist in inbox after retrieving mail.
> 
> 
> There might be a problem with this approach.
> rm (or the shell), might complain about the expansion of '*' when there is
> alot of files.
> 
> Workarounds
> 1/  all shells:
>                     find . -type f -exec rm -rf {}\;
> 2/ in bash:
>                     for i in *;do rm -rf $i;done
> 
> Remember to 'cd' to the directory where the files is before firing the
> command line.
> 
> 
> ----- Original Message -----
> From: "Danny Angus" <[EMAIL PROTECTED]>
> To: "James Users List" <[EMAIL PROTECTED]>
> Sent: Wednesday, April 24, 2002 3:05 PM
> Subject: RE: Files exist in inbox after retrieving mail.
> 
> 
> > rm -f ./*
> >
> > > -----Original Message-----
> > > From: Mike Shoemaker [mailto:[EMAIL PROTECTED]]
> > > Sent: 24 April 2002 13:30
> > > To: James Users List
> > > Subject: Files exist in inbox after retrieving mail.
> > >
> > >
> > > Is it okay to just delete files in a users inbox directory?  Ive
> retrieved
> > > alll my mail but 700+ files exist in my inbox?  What is the best way to
> > > clean these up?
> > >
> > > Mike
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> >
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to