aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-03-09 17:40:20 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-03-09 17:40:20 +0000
commit531ea803d0cfe84f98a3881d0218197c2a19f707 (patch)
tree21646a93fd26123a37a70164b551676f5fff796d /driver.c
parentf776056fad159527923e14d59908f3102605cf62 (diff)
downloadfetchmail-531ea803d0cfe84f98a3881d0218197c2a19f707.tar.gz
fetchmail-531ea803d0cfe84f98a3881d0218197c2a19f707.tar.bz2
fetchmail-531ea803d0cfe84f98a3881d0218197c2a19f707.zip
Comment fix.
svn path=/trunk/; revision=2403
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 41b0b91d..3dc515c9 100644
--- a/driver.c
+++ b/driver.c
@@ -1807,7 +1807,10 @@ const struct method *proto; /* protocol method table */
continue;
}
- /* we may want to reject this message if it's old */
+ /*
+ * We may want to reject this message if it's old
+ * or oversized, and we're not forcing retrieval.
+ */
if (!fetch_it)
{
if (outlevel > O_SILENT)