diff options
Diffstat (limited to 'camel/camel-service.h')
-rw-r--r-- | camel/camel-service.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/camel/camel-service.h b/camel/camel-service.h index 9c180e5d98..911a0d8f8f 100644 --- a/camel/camel-service.h +++ b/camel/camel-service.h @@ -89,8 +89,11 @@ typedef struct { gboolean need_password; /* needs a password to authenticate */ - gboolean quick_login; /* client can send initial challenge to - * speed up the authentication procedure */ + gboolean quick_login; /* Client can send initial challenge to + * speed up the authentication procedure. + * Note: This option only ever matters if + * it is a SASL mechanism. If unsure, it + * is safe to say FALSE. */ } CamelServiceAuthType; |