2004-08-12 14:13:54 +02:00
|
|
|
$NetBSD: patch-am,v 1.3 2004/08/12 12:13:54 adam Exp $
|
2003-09-13 20:31:32 +02:00
|
|
|
|
2004-08-12 14:13:54 +02:00
|
|
|
--- src/osdep/unix/env_unix.c.orig 2004-07-08 20:46:11.000000000 +0000
|
2004-05-13 20:14:34 +02:00
|
|
|
+++ src/osdep/unix/env_unix.c
|
2004-08-12 14:13:54 +02:00
|
|
|
@@ -830,7 +830,7 @@ char *sysinbox ()
|
2003-09-13 20:31:32 +02:00
|
|
|
{
|
|
|
|
char tmp[MAILTMPLEN];
|
|
|
|
if (!sysInbox) { /* initialize if first time */
|
|
|
|
- sprintf (tmp,"%s/%s",MAILSPOOL,myusername ());
|
|
|
|
+ sprintf (tmp,"%s/%s",@SPOOLDIR@,@MAILBOX@);
|
|
|
|
sysInbox = cpystr (tmp); /* system inbox is from mail spool */
|
|
|
|
}
|
|
|
|
return sysInbox;
|