--- imap-2001a/src/osdep/unix/env_unix.c.orig Mon Sep 23 17:39:59 2002 +++ imap-2001a/src/osdep/unix/env_unix.c Mon Sep 23 17:40:31 2002 @@ -803,7 +803,8 @@ { char tmp[MAILTMPLEN]; if (!sysInbox) { /* initialize if first time */ - sprintf (tmp,"%s/%s",MAILSPOOL,myusername ()); + /*sprintf (tmp,"%s/%s",MAILSPOOL,myusername ());*/ + sprintf (tmp,"/home/%s/Mail/Mailbox",myusername ()); sysInbox = cpystr (tmp); /* system inbox is from mail spool */ } return sysInbox;