summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/pop3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pop3.h b/lib/pop3.h
index 5fd4b244e..d594f6c19 100644
--- a/lib/pop3.h
+++ b/lib/pop3.h
@@ -72,7 +72,7 @@ struct pop3_conn {
have been received so far */
size_t strip; /* Number of bytes from the start to ignore as
non-body */
- unsigned int authtypes; /* Supported authentication types */
+ unsigned int authtypes; /* Accepted authentication types */
unsigned int authmechs; /* Accepted SASL authentication mechanisms */
unsigned int preftype; /* Preferred authentication type */
unsigned int prefmech; /* Preferred SASL authentication mechanism */