[EMAIL PROTECTED] writes:
- else if (strcmp(p, INBOX "." SENT) == 0)
+ else if (strncmp(p, INBOX "." SENT, strlen(INBOX "." SENT)) == 0)
printf("%s", n_sent);
This is wrong. Consider a folder named INBOX.SentLastMonth
pgpCk62IPtGyM.pgp
Description: PGP signature
_______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
