Lines Matching defs:mailbox
374 static char *mailbox;
380 if (!(mailbox = getenv("MAIL")))
382 if (stat(mailbox, &omstat)) {
384 pline("Cannot get status of MAIL=%s .", mailbox);
385 mailbox = 0;
395 if (!mailbox
402 if (stat(mailbox, &nmstat)) {
404 pline("Cannot get status of MAIL=%s anymore.", mailbox);
405 mailbox = 0;
513 (void) page_file(mailbox, FALSE);