search for: retr_count

Displaying 1 result from an estimated 1 matches for "retr_count".

Did you mean: retry_count
2005 Aug 24
0
thunderbird pop3 delete bug workaround
...t particularily nice but for "normal" usage the bug/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...