]> Pileus Git - ~andy/fetchmail/commitdiff
Add a comment.
authorMatthias Andree <matthias.andree@gmx.de>
Sat, 23 Jul 2005 14:47:27 +0000 (14:47 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Sat, 23 Jul 2005 14:47:27 +0000 (14:47 -0000)
svn path=/trunk/; revision=4166

driver.c

index 905890d8a93e8fbf89b972ef456bb7d0a93cc343..ddae6fc064c3bd9388f3a529aedcc8b3707a1866 100644 (file)
--- a/driver.c
+++ b/driver.c
@@ -772,6 +772,12 @@ flagthemail:
        else if (ctl->server.base_protocol->delete
                 && !suppress_delete
                 && ((msgcode >= 0 && !ctl->keep)
+                    /* XXX FIXME: Debian's patch uses here:
+                     * 
+                     * (msgcode == MSGLEN_OLD || msgcode ==
+                     * MSGLEN_TOOLARGE) && ctl->flush
+                     *
+                     * do we want to flush oversized messages? */
                     || (msgcode == MSGLEN_OLD && ctl->flush)))
        {
            (*deletions)++;