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