aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-31 21:15:12 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-31 21:15:12 +0000
commit9a9467cafe1c27290eac02c0a6bb6baa480a5096 (patch)
tree4d4d86629b62a0a8695f2431a7bdbd1dc2013b58 /rcfile_y.y
parent1715ab1008073e39d9355e58fea0a6fa62f9ebd7 (diff)
downloadfetchmail-9a9467cafe1c27290eac02c0a6bb6baa480a5096.tar.gz
fetchmail-9a9467cafe1c27290eac02c0a6bb6baa480a5096.tar.bz2
fetchmail-9a9467cafe1c27290eac02c0a6bb6baa480a5096.zip
Now we can have top-level properties.
svn path=/trunk/; revision=2368
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/rcfile_y.y b/rcfile_y.y
index 05084635..adf21428 100644
--- a/rcfile_y.y
+++ b/rcfile_y.y
@@ -88,6 +88,7 @@ statement : SET LOGFILE optmap STRING {run.logfile = xstrdup($4);}
| SET IDFILE optmap STRING {run.idfile = xstrdup($4);}
| SET DAEMON optmap NUMBER {run.poll_interval = $4;}
| SET POSTMASTER optmap STRING {run.postmaster = xstrdup($4);}
+ | SET PROPERTIES optmap STRING {run.properties =xstrdup($4);}
| SET SYSLOG {run.use_syslog = TRUE;}
| SET INVISIBLE {run.invisible = TRUE;}