Commits
Jeremy Lavergne authored d6bd6380e62
1 1 | --- src/osdep/unix/env_unix.c-orig Wed Nov 5 17:09:13 2003 |
2 2 | +++ src/osdep/unix/env_unix.c Wed Nov 5 17:11:16 2003 |
3 - | |
4 - | static char *myMailboxDir = NIL;/* mailbox directory name */ |
3 + | |
4 + | static char *myServerName = NIL;/* server name */ |
5 5 | static char *myLocalHost = NIL; /* local host name */ |
6 6 | static char *myNewsrc = NIL; /* newsrc file name */ |
7 - | -static char *mailsubdir = NIL; /* mail subdirectory name */ |
8 - | +static char *mailsubdir = "Mail"; /* mail subdirectory name */ |
7 + | -static char *mailsubdir = NIL; /* mailbox subdirectory name */ |
8 + | +static char *mailsubdir = "Mail"; /* mailbox subdirectory name */ |
9 9 | static char *sysInbox = NIL; /* system inbox name */ |
10 10 | static char *newsActive = NIL; /* news active file */ |
11 11 | static char *newsSpool = NIL; /* news spool */ |