summaryrefslogtreecommitdiff
path: root/src/pop3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pop3.h')
-rw-r--r--src/pop3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pop3.h b/src/pop3.h
index c684634..c9ab4c8 100644
--- a/src/pop3.h
+++ b/src/pop3.h
@@ -39,7 +39,8 @@ typedef enum
POP3_COMMERROR,
POP3_NOCONNECT,
POP3_BADUSER,
- POP3_BADPASSWD
+ POP3_BADPASSWD,
+ POP3_BADDELETE
} POP3Status;
/* ---------------------------------------- INTERFACES