diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 16:44:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-09 16:44:21 +0000 |
commit | b8c59279404ee384839e86e5f68e94bb257c45d7 (patch) | |
tree | 4dfa94d54019cb60e594da0123f8f1af03b4ab74 /rcfile_l.l | |
parent | 86c0cbc302f0be583bd4c1772b398bc1086d2264 (diff) | |
download | fetchmail-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.l | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ |