$NetBSD: patch-am,v 1.3 2004/08/12 12:13:54 adam Exp $

--- src/osdep/unix/env_unix.c.orig	2004-07-08 20:46:11.000000000 +0000
+++ src/osdep/unix/env_unix.c
@@ -830,7 +830,7 @@ char *sysinbox ()
 {
   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;
