Changeset 2139
- Timestamp:
- 06/12/07 17:51:25
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-engine.c
r1943 r2139 350 350 351 351 e_dlist_addtail(&pe->done, (EDListNode *)pc); 352 pe->sentlen -= strlen(pc->data); 352 353 if (pc && pc->data) 354 pe->sentlen -= strlen(pc->data); 355 else 356 g_warning ("Unexpected, pc == NULL"); 353 357 354 358 /* Set next command */
