adios (msgnam, "does not have any message/rfc822 parts");
if (msgp > 1) {
*mimesw = 1;
- return (msgp - 1);
+ return msgp - 1;
}
}
}
}
fclose (in);
- return (msgp - 1); /* return the number of messages burst */
+ return msgp - 1; /* return the number of messages burst */
}