Found the solution to the problem
- From: Hector Garcia <hector scouts-es org>
- To: Balsa <balsa-list gnome org>
- Subject: Found the solution to the problem
- Date: Sat, 23 Oct 1999 14:16:43 +0200 (CEST)
Hi
After reading Peterīs letter Iīve noticed that the fix is alot more easy that what I
was looking to
I you change the line
if( strcmp( MAILBOX_POP3(mailbox)->last_popped_uid, uid )
to
if( MAILBOX_POP3(mailbox)->last_popped_uid == NULL ||
strcmp(MAILBOX_POP3(mailbox)->last_popped_uid, uid ) != 0 )
the problem itīs fix and the funtion works like it is supposed to do
Hector
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]