aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-23 14:47:27 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-23 14:47:27 +0000
commit56d521628443ca7300b636a137881fcb9476ee82 (patch)
tree7d0b2cce5ca663d5338341f3912ae8110fae103c
parent78c9e2aaf5f4174f112a59b8d53fa34606792f6c (diff)
downloadfetchmail-56d521628443ca7300b636a137881fcb9476ee82.tar.gz
fetchmail-56d521628443ca7300b636a137881fcb9476ee82.tar.bz2
fetchmail-56d521628443ca7300b636a137881fcb9476ee82.zip
Add a comment.
svn path=/trunk/; revision=4166
-rw-r--r--driver.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index 905890d8..ddae6fc0 100644
--- 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)++;