aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 0 insertions, 2 deletions
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++;