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 ef280e1a..7c8591aa 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -23,8 +23,7 @@ set { return SET; }
batchlimit { return BATCHLIMIT; }
fetchlimit { return FETCHLIMIT; }
logfile { return LOGFILE; }
-interface { return INTERFACE; }
-monitor { return MONITOR; }
+daemon { return DAEMON; }
defaults { return DEFAULTS; }
server { return POLL; }
@@ -45,6 +44,8 @@ remote(folder)? { return FOLDER; }
smtp(host)? { return SMTPHOST; }
mda { return MDA; }
pre(connect) { return PRECONNECT; }
+interface { return INTERFACE; }
+monitor { return MONITOR; }
is { return IS; }
here { return HERE; }