aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-07-24 20:56:44 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-07-24 20:56:44 +0000
commit10af4f205182e3acd6654d4997e2351e7860849a (patch)
tree5e7560b2a2f555b6a9bbfa861ff13ef18796b70b /rcfile_l.l
parent5a4181c31df9e925f3e6c0b978bf54e66629ee52 (diff)
downloadfetchmail-10af4f205182e3acd6654d4997e2351e7860849a.tar.gz
fetchmail-10af4f205182e3acd6654d4997e2351e7860849a.tar.bz2
fetchmail-10af4f205182e3acd6654d4997e2351e7860849a.zip
Added the via option.
svn path=/trunk/; revision=1179
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 f708f157..fdb6e03d 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -30,6 +30,7 @@ defaults { return DEFAULTS; }
server { return POLL; }
poll { return POLL; }
skip { return SKIP; }
+via { return VIA; }
aka { return AKA; }
local(domains) { return LOCALDOMAINS; }
proto(col)? { return PROTOCOL; }