Brian J. Tarricone wrote: > @@ -484,9 +485,10 @@ > if (strncmp (mc->mbox, "pop3://", 7 * sizeof (char)) == 0) are you sure that the sizeof(char) is correct here? Well, since sizeof(char) == 1 in most cases, it doesn't matter ... Regards, Bernhard