aboutsummaryrefslogtreecommitdiffstats
path: root/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap.c')
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index 24066fa1..ff2d052a 100644
--- a/imap.c
+++ b/imap.c
@@ -1315,7 +1315,7 @@ const static struct method imap =
imap_canonicalize, /* deal with embedded slashes and spaces */
imap_getauth, /* get authorization */
imap_getrange, /* query range of messages */
- imap_getsizes, /* get sizes of messages (used for --limit option */
+ imap_getsizes, /* get sizes of messages (used for ESMTP SIZE option) */
imap_is_old, /* no UID check */
imap_fetch_headers, /* request given message headers */
imap_fetch_body, /* request given message body */