aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-12-23 09:20:32 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-12-23 09:20:32 +0000
commit3eccc0552eedb52d294e6333b7ea706bddcba831 (patch)
tree054631c3fa9bca07d080ebd96a8a7cab049d9def /rcfile_l.l
parent2d7c58479fb3f0756b16d5829a0ba008c473fde8 (diff)
downloadfetchmail-3eccc0552eedb52d294e6333b7ea706bddcba831.tar.gz
fetchmail-3eccc0552eedb52d294e6333b7ea706bddcba831.tar.bz2
fetchmail-3eccc0552eedb52d294e6333b7ea706bddcba831.zip
Version bump.
svn path=/trunk/; revision=677
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 24c027e8..b360e7fd 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -23,6 +23,8 @@ set { return SET; }
batchlimit { return BATCHLIMIT; }
fetchlimit { return FETCHLIMIT; }
logfile { return LOGFILE; }
+interface { return INTERFACE; }
+monitor { return MONITOR; }
defaults { return DEFAULTS; }
server { return POLL; }
poll { return POLL; }