> On Wed, 7 Apr 1999 10:16:47 +0200, Oliver Wagner wrote about:
> > From:               "Dominic Zukiewicz" <[EMAIL PROTECTED]>
> > 
> > > I was wondering, how I could change the amount of time it has to wait
> > > befoer it checks my e-mails.At the moment it's set up at 5 minutes,
> > > and is really annoying me. Is there any way to change it to say - 25
> > > minutes??
> > 
> > Currently not possible. I wanted to add this option to 1.3, but totally 
> > forgot. Sorry. Next update.
> > 
> > Olli
> > 
> How about something along the lines of this in Rexx running in the
> background or would that cause problems with MD if it didn't return.
>  /*  */
> ..
> mins=25
> do until ~show(p,'MD.1')
>  GetMailNews 'Mail'
>  call delay(50*60*mins)
> end
> ..
> Jon
> 
> 
This is a copy of what I wrote in a file.

/* Program to delay mail checking */
ADDRESS MD.1
mins=25
do until ~show(p,'MD.1')
  GetMailNews 'Mail'
  call delay(50*60*mins)
end

Apparently there's an error in line 6 - Function not found. What's
happened??

Dominic
-- 
 ______     ______   _        _   _   __     _   _   _____
|  ___ \   |  __  | | \      / | | | |  \   | | | | |  ___|
| |   \ \  | |  | | |  \    /  | | | |   \  | | | | | |
| |    } } | |  | | |   \  /   | | | | |\ \ | | | | | |
| |__ / /  | |__| | | |\ \/ /| | | | | | \ \| | | | | |___
|______/   |______| |_| \__/ |_| |_| |_|  \___| |_| |_____|

Reply via email to