From b8c59279404ee384839e86e5f68e94bb257c45d7 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 9 Oct 1996 16:44:21 +0000 Subject: Removed all pretentions to RPOP support. svn path=/trunk/; revision=267 --- options.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'options.c') diff --git a/options.c b/options.c index 2221c1f9..4f7d3777 100644 --- a/options.c +++ b/options.c @@ -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++; -- cgit v1.2.3