]> Pileus Git - ~andy/fetchmail/commitdiff
FIXME: (driver.c::fetchmessages) mark wholesize and separatefetchbody to be unified.
authorMatthias Andree <matthias.andree@gmx.de>
Fri, 13 Jun 2008 16:20:39 +0000 (16:20 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Fri, 13 Jun 2008 16:20:39 +0000 (16:20 -0000)
svn path=/branches/BRANCH_6-3/; revision=5192

driver.c

index de078871265233851df21b5249e40ab639eac003..675720a8dc870f67541c9e06f0701e5308de0e70 100644 (file)
--- 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;