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 3076287fd..20a226985 100644 --- a/lib/pop3.h +++ b/lib/pop3.h @@ -32,6 +32,7 @@ typedef enum { POP3_USER, POP3_PASS, POP3_STARTTLS, + POP3_LIST, POP3_RETR, POP3_QUIT, POP3_LAST /* never used */ |