aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-12-16 00:45:49 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-12-16 00:45:49 +0000
commitc963e82daa7e6ab216b1a9c6408825a1883c2463 (patch)
treefe86d82f591b8bef14a3a9abc283971103d47a37 /driver.c
parent0f42d5f6936ccfa0358e385093c99fb9100afa48 (diff)
downloadfetchmail-c963e82daa7e6ab216b1a9c6408825a1883c2463.tar.gz
fetchmail-c963e82daa7e6ab216b1a9c6408825a1883c2463.tar.bz2
fetchmail-c963e82daa7e6ab216b1a9c6408825a1883c2463.zip
Drop PS_TRUNCATED (27), which is never returned.
svn path=/branches/BRANCH_6-3/; revision=4991
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/driver.c b/driver.c
index 064ed1fe..2f3b3793 100644
--- a/driver.c
+++ b/driver.c
@@ -629,8 +629,6 @@ static int fetch_messages(int mailserver_socket, struct query *ctl,
suppress_delete = suppress_forward = TRUE;
else if (err == PS_REFUSED)
suppress_forward = TRUE;
- else if (err == PS_TRUNCATED)
- suppress_readbody = TRUE;
else if (err)
return(err);