aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-04-13 16:11:55 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-04-13 16:16:23 +0100
commitecf93ac9865a5f2f9345583337ba1ba509a1f3d1 (patch)
tree9b79184f0e4f3abc042be363f5b45a3bf617eea6 /lib/pop3.h
parentb3a01be2f3fee2fc192175a77b0f347f84466cb3 (diff)
pop3: Small consistency tidy up
Diffstat (limited to 'lib/pop3.h')
-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 */