From 82e7d2eb2feb04beeedf080c907711a5a350d0ff Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 23 Sep 1999 09:19:57 +0000 Subject: Correct bad comments. svn path=/trunk/; revision=2584 --- driver.c | 2 +- imap.c | 2 +- 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 */ -- cgit v1.2.3