diff options
Diffstat (limited to 'lib/pop3.h')
-rw-r--r-- | lib/pop3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pop3.h b/lib/pop3.h index 337421cac..15256738e 100644 --- a/lib/pop3.h +++ b/lib/pop3.h @@ -33,6 +33,7 @@ typedef enum { POP3_PASS, POP3_STARTTLS, POP3_LIST, + POP3_LIST_SINGLE, POP3_RETR, POP3_QUIT, POP3_LAST /* never used */ |