diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-06-18 20:43:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-06-18 20:43:47 +0000 |
commit | e95b8d68642cbd3b9a10509547e706db85a21883 (patch) | |
tree | 48cacbd72682112bee12826d63f7014d285299b0 /driver.c | |
parent | 762d2d7896dbd744ff6f699b3140366b9f03a565 (diff) | |
download | fetchmail-e95b8d68642cbd3b9a10509547e706db85a21883.tar.gz fetchmail-e95b8d68642cbd3b9a10509547e706db85a21883.tar.bz2 fetchmail-e95b8d68642cbd3b9a10509547e706db85a21883.zip |
Comment fixup.
svn path=/trunk/; revision=3360
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -507,9 +507,10 @@ static int fetch_messages(int mailserver_socket, struct query *ctl, if (suppress_readbody) { /* When readheaders returns PS_TRUNCATED, - the body (which has no content - has already been read by readheaders, - so we say readbody returned PS_SUCCESS */ + * the body (which has no content) + * has already been read by readheaders, + * so we say readbody returned PS_SUCCESS + */ ok = PS_SUCCESS; } else |