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 /options.c | |
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 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -150,8 +150,6 @@ struct hostrec *queryctl; queryctl->protocol = P_IMAP; else if (strcasecmp(optarg,"apop") == 0) queryctl->protocol = P_APOP; - else if (strcasecmp(optarg,"rpop") == 0) - queryctl->protocol = P_RPOP; else { fprintf(stderr,"Invalid protocol '%s'\n specified.\n", optarg); errflag++; |