aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2008-06-13 16:20:39 +0000
committerMatthias Andree <matthias.andree@gmx.de>2008-06-13 16:20:39 +0000
commit592f3edea03f19d8c682d9f3d9c4c05028c15a77 (patch)
tree0d6ecb44c8032f9ff11689854875a5bbd95d89bf /driver.c
parentb025d6ce604a20057955cc09cb5c4115dd2bcbe3 (diff)
downloadfetchmail-592f3edea03f19d8c682d9f3d9c4c05028c15a77.tar.gz
fetchmail-592f3edea03f19d8c682d9f3d9c4c05028c15a77.tar.bz2
fetchmail-592f3edea03f19d8c682d9f3d9c4c05028c15a77.zip
FIXME: (driver.c::fetchmessages) mark wholesize and separatefetchbody to be unified.
svn path=/branches/BRANCH_6-3/; revision=5192
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index de078871..675720a8 100644
--- a/driver.c
+++ b/driver.c
@@ -580,6 +580,9 @@ static int fetch_messages(int mailserver_socket, struct query *ctl,
}
else
{
+ /* XXX FIXME: make this one variable, wholesize and
+ separatefetchbody query the same variable just with
+ inverted logic */
flag wholesize = !ctl->server.base_protocol->fetch_body;
flag separatefetchbody = (ctl->server.base_protocol->fetch_body) ? TRUE : FALSE;