diff options
-rw-r--r-- | driver.c | 2 | ||||
-rw-r--r-- | imap.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1773,7 +1773,7 @@ const int maxfetch; /* maximum number of messages to fetch */ /* * We need the size of each message before it's - * loaded in order to pass via the ESMTP SIZE + * loaded in order to pass it to the ESMTP SIZE * option. If the protocol has a getsizes method, * we presume this means it doesn't get reliable * sizes from message fetch responses. @@ -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 */ |