aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--driver.c2
-rw-r--r--imap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/driver.c b/driver.c
index 41071c3f..234e4a4b 100644
--- a/driver.c
+++ b/driver.c
@@ -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.
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 */