aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pop3.h')
-rw-r--r--lib/pop3.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/pop3.h b/lib/pop3.h
index 3071a6eb8..e30c3b3b2 100644
--- a/lib/pop3.h
+++ b/lib/pop3.h
@@ -32,8 +32,7 @@ typedef enum {
POP3_USER,
POP3_PASS,
POP3_STARTTLS,
- POP3_LIST,
- POP3_RETR,
+ POP3_COMMAND,
POP3_QUIT,
POP3_LAST /* never used */
} pop3state;