Home | History | Annotate | Download | only in hack

Lines Matching refs:MAIL

340 #ifdef MAIL
343 * Notify user when new mail has arrived. [Idea from Merlyn Leroy, but
346 * hack should do the paging itself. But when I get mail, I want to put it
349 * The mail daemon '2' is at present not a real monster, but only a visual
357 * - You can get rich by sending yourself a lot of mail and selling
358 * it to the shopkeeper. Unfortunately mail isn't very valuable.
364 * - Open the file MAIL and do fstat instead of stat for efficiency.
366 * - Examine the mail and produce a scroll of mail called "From somebody".
369 * - Make him lose his mail when a Nymph steals the letter.
380 if (!(mailbox = getenv("MAIL")))
384 pline("Cannot get status of MAIL=%s .", mailbox);
404 pline("Cannot get status of MAIL=%s anymore.", mailbox);
419 /* produce a scroll of mail */
427 pline("\"Hello, %s! I have some mail for you.\"", plname);
517 * where we do not see new mail
521 #endif /* MAIL */