picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 251974a869b198728d33c0b4a135e89dc299065c
parent 758d6ce6888ee4903956e1ca304e029937381ce8
Author: Alexander Burger <abu@software-lab.de>
Date:   Fri, 20 May 2011 17:27:23 +0200

Decrease mailing interval from 5 to 4 minutes
Diffstat:
Mmisc/mailing | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/mailing b/misc/mailing @@ -1,5 +1,5 @@ #!bin/picolisp lib.l -# 14mar11abu +# 20may11abu # (c) Software Lab. Alexander Burger # Configuration @@ -90,6 +90,6 @@ (close *Sock) ) ) ) (out *SpoolFile (rewind)) ) ) (call "fetchmail" "-as") - (wait `(* 5 60 1000)) ) + (wait `(* 4 60 1000)) ) # vi:et:ts=3:sw=3