aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-03-13 09:37:46 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-03-13 09:37:46 +0000
commitfde28f60a7cc6f1cac487b0365e2a2be1fb59f49 (patch)
tree691cea2ead6a4d5319d5fd0af2a5d156e3edb474 /rcfile_y.y
parent87ad588dd2a76dde9de03681f4c4ec63d789abe2 (diff)
downloadfetchmail-fde28f60a7cc6f1cac487b0365e2a2be1fb59f49.tar.gz
fetchmail-fde28f60a7cc6f1cac487b0365e2a2be1fb59f49.tar.bz2
fetchmail-fde28f60a7cc6f1cac487b0365e2a2be1fb59f49.zip
Added `set daemon'.
svn path=/trunk/; revision=930
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index 199e57aa..658c9c57 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -44,7 +44,7 @@ static void user_reset();
%token AUTHENTICATE TIMEOUT KPOP KERBEROS
%token ENVELOPE USERNAME PASSWORD FOLDER SMTPHOST MDA PRECONNECT LIMIT
%token IS HERE THERE TO MAP WILDCARD
-%token SET BATCHLIMIT FETCHLIMIT LOGFILE INTERFACE MONITOR
+%token SET BATCHLIMIT FETCHLIMIT LOGFILE DAEMON INTERFACE MONITOR
%token <proto> PROTO
%token <sval> STRING
%token <number> NUMBER
@@ -62,6 +62,7 @@ statement_list : statement
/* future global options should also have the form SET <name> <value> */
statement : SET LOGFILE MAP STRING {logfile = xstrdup($4);}
+ | SET DAEMON NUMBER {poll_interval = $3;}
/*
* The way the next two productions are written depends on the fact that