aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-10 18:14:56 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-10 18:14:56 +0000
commite36c1a81e06e59855817f79d9b430763acc4d87a (patch)
tree66a43ab844419b9bd6ff4b7827d1c14b17084e15 /rcfile_l.l
parent68bf9602059968fea6bfa657fe3ff4410ad8f85f (diff)
downloadfetchmail-e36c1a81e06e59855817f79d9b430763acc4d87a.tar.gz
fetchmail-e36c1a81e06e59855817f79d9b430763acc4d87a.tar.bz2
fetchmail-e36c1a81e06e59855817f79d9b430763acc4d87a.zip
Added RFC1985 ETRN support.
svn path=/trunk/; revision=861
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 9a7f33fc..231b5c66 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -83,6 +83,7 @@ options {/* EMPTY */}
(pop3)|(POP3) { yylval.proto = P_POP3; return PROTO; }
(imap)|(IMAP) { yylval.proto = P_IMAP; return PROTO; }
(apop)|(APOP) { yylval.proto = P_APOP; return PROTO; }
+(etrn)|(ETRN) { yylval.proto = P_ETRN; return PROTO; }
(kpop)|(KPOP) { return KPOP; }