default:
/* Check nmh Mail directory */
if (access ((cp = m_mailpath (file)), R_OK) != NOTOK) {
/* Will leak because caller doesn't know cp was
dynamically allocated. */
return cp;
default:
/* Check nmh Mail directory */
if (access ((cp = m_mailpath (file)), R_OK) != NOTOK) {
/* Will leak because caller doesn't know cp was
dynamically allocated. */
return cp;