Displaying 1 result from an estimated 1 matches for "tbirdbug".
2005 Aug 24
0
thunderbird pop3 delete bug workaround
...workaround is not 
triggered.
Tested with huge inbox.
--- src/pop3/client.h.orig	2005-08-23 15:00:48.000000000 +0200
+++ src/pop3/client.h	2005-08-23 15:02:18.000000000 +0200
@@ -35,6 +35,9 @@
  	unsigned int top_count;
  	unsigned int retr_count;
+        unsigned int last_deleted;
+        int tbirdbug;
+
  	uoff_t *byte_counter;
  	uoff_t byte_counter_offset;
--- src/pop3/commands.c.orig	2005-08-24 13:24:33.000000000 +0200
+++ src/pop3/commands.c	2005-08-24 13:26:49.000000000 +0200
@@ -47,8 +47,15 @@
  	if (client->deleted) {
  		if (client->deleted_bitmask[num / CHAR_BIT] &
  		    (...