aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l5
1 files changed, 3 insertions, 2 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 95df5e90..a751f6fc 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -21,8 +21,6 @@ int prc_lineno = 1;
%%
set { return SET; }
-batchlimit { return BATCHLIMIT; }
-fetchlimit { return FETCHLIMIT; }
logfile { return LOGFILE; }
daemon { return DAEMON; }
syslog { return SYSLOG; }
@@ -52,6 +50,9 @@ pre(connect)? { return PRECONNECT; }
post(connect)? { return POSTCONNECT; }
interface { return INTERFACE; }
monitor { return MONITOR; }
+batchlimit { return BATCHLIMIT; }
+fetchlimit { return FETCHLIMIT; }
+expunge { return EXPUNGE; }
is { return IS; }
here { return HERE; }