aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-05-22 18:42:39 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-05-22 18:42:39 +0000
commit703f7886706bd5a7fc34db647edb3fbea5553c0a (patch)
treec66d018293eacfff8a838934e9e28478ac4d8ab3 /rcfile_l.l
parent0a337ef438e4c5902171516e76666869a87747c6 (diff)
downloadfetchmail-703f7886706bd5a7fc34db647edb3fbea5553c0a.tar.gz
fetchmail-703f7886706bd5a7fc34db647edb3fbea5553c0a.tar.bz2
fetchmail-703f7886706bd5a7fc34db647edb3fbea5553c0a.zip
Added idfile.
svn path=/trunk/; revision=1794
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index 0c8e5edf..58fe10a0 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -23,6 +23,7 @@ int prc_lineno = 1;
set { return SET; }
logfile { return LOGFILE; }
+idfile { return IDFILE; }
daemon { return DAEMON; }
syslog { return SYSLOG; }
invisible { return INVISIBLE; }