]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/strings/mailboxes.c
Updated documentation and comments about sendmail/pipe.
[nmh] / docs / historical / mh-jun-1982 / strings / mailboxes.c
1 #ifdef COMMENT
2 Proprietary Rand Corporation, 1981.
3 Further distribution of this software
4 subject to the terms of the Rand
5 license agreement.
6 #endif
7
8 /*
9 * This is where the user mailboxes are kept. On our 11/70 they were
10 * kept in each users $HOME directory. This is where the VAX login
11 * program is looking for them, as well as the old BELL mail.
12 */
13
14 #include <mailsys.h>
15
16 char *mailboxes = MAILDROP;