How about my fixed patch, Mr. Sam?
    I had fixed the flaw your pointed out to me and sent the fixed
patch to you on Mon, 29 May 2006 13:28:43 +0800.
------------------------------------------------------------------------
                                               From Beijing, China

[EMAIL PROTECTED] wrote:

    Fixed. See the attachment.
------------------------------------------------------------------------
                                               From Beijing, China
Sam Varshavchik wrote:

[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








_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to