aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-28 20:43:39 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-28 20:43:39 +0000
commit27a0815dbc15b1e837b115ade6f5e035152b60f9 (patch)
tree130e7244fc425f516ce11a34adc6c1a4fe06a861 /rcfile_l.l
parent83a3ffda69ae3d81dc97ce93467dec75db32c5cd (diff)
downloadfetchmail-27a0815dbc15b1e837b115ade6f5e035152b60f9.tar.gz
fetchmail-27a0815dbc15b1e837b115ade6f5e035152b60f9.tar.bz2
fetchmail-27a0815dbc15b1e837b115ade6f5e035152b60f9.zip
The great options massacre.
svn path=/trunk/; revision=178
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l2
1 files changed, 0 insertions, 2 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index e4dca826..d54e2bb7 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -30,9 +30,7 @@ proto(col)? { return KW_PROTOCOL; }
user(name)? { return KW_USERNAME; }
pass(word)? { return KW_PASSWORD; }
remote(folder)? { return KW_REMOTEFOLDER; }
-local(folder)? { return KW_LOCALFOLDER; }
smtp(host)? { return KW_SMTPHOST; }
-mda { return KW_MDA; }
keep { yylval.flag = TRUE; return KW_KEEP; }
flush { yylval.flag = TRUE; return KW_FLUSH; }
fetchall { yylval.flag = TRUE; return KW_FETCHALL; }