Ticket #1122: patch-env_unix.c

File patch-env_unix.c, 585 bytes (added by bchesneau@…, 20 years ago)

patch-env_unix.c

Line 
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@@ -29,7 +29,7 @@
4 static char *myMailboxDir = NIL;/* mailbox directory name */
5 static char *myLocalHost = NIL;        /* local host name */
6 static char *myNewsrc = NIL;   /* newsrc file name */
7-static char *mailsubdir = NIL; /* mail subdirectory name */
8+static char *mailsubdir = "Mail";      /* mail 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 */