aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-20 03:31:52 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-20 03:31:52 +0000
commit28f5cb68038553e6a13592ddf6d78333b605137d (patch)
treea962b1367532286d75c31a894f2ddac088836e43 /rcfile_l.l
parent3b1e076e2d58a753bf088a7bcdf442d1a387c0d0 (diff)
downloadfetchmail-28f5cb68038553e6a13592ddf6d78333b605137d.tar.gz
fetchmail-28f5cb68038553e6a13592ddf6d78333b605137d.tar.bz2
fetchmail-28f5cb68038553e6a13592ddf6d78333b605137d.zip
Implemented aka option.
svn path=/trunk/; revision=564
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 465062aa..250b20c9 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -25,6 +25,7 @@ defaults { return DEFAULTS; }
server { return POLL; }
poll { return POLL; }
skip { return SKIP; }
+aka { return AKA; }
proto(col)? { return PROTOCOL; }
port { return PORT; }
auth(enticate)? { return AUTHENTICATE; }