aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_l.l
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-09 16:44:21 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-09 16:44:21 +0000
commitb8c59279404ee384839e86e5f68e94bb257c45d7 (patch)
tree4dfa94d54019cb60e594da0123f8f1af03b4ab74 /rcfile_l.l
parent86c0cbc302f0be583bd4c1772b398bc1086d2264 (diff)
downloadfetchmail-b8c59279404ee384839e86e5f68e94bb257c45d7.tar.gz
fetchmail-b8c59279404ee384839e86e5f68e94bb257c45d7.tar.bz2
fetchmail-b8c59279404ee384839e86e5f68e94bb257c45d7.zip
Removed all pretentions to RPOP support.
svn path=/trunk/; revision=267
Diffstat (limited to 'rcfile_l.l')
-rw-r--r--rcfile_l.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/rcfile_l.l b/rcfile_l.l
index e402f2a5..0d0752f2 100644
--- a/rcfile_l.l
+++ b/rcfile_l.l
@@ -60,7 +60,6 @@ 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; }
-(rpop)|(RPOP) { yylval.proto = P_RPOP; return PROTO; }
(#.*)?\\?\n { prc_lineno++; } /* newline is ignored */