Could not find the INBOX

2004-05-10 Thread Ashish Srivastava
Hi, I installed the UW Imap (2002-e) server on solaris/sparc, changed the following in env_unix.c : // -- myHomeDir = cpystr (home); sprintf (tmp, %s/mail, home); myHomeDir = cpystr (tmp); and in sysInbox : // -- sprintf(tmp, %s/%s, MAILSPOOL, myusername()); sprintf (tmp, %s/mail/incoming,

Re: Could not find the INBOX

2004-05-10 Thread Mark Crispin
On Mon, 10 May 2004, Ashish Srivastava wrote: // -- myHomeDir = cpystr (home); sprintf (tmp, %s/mail, home); myHomeDir = cpystr (tmp); and in sysInbox : // -- sprintf(tmp, %s/%s, MAILSPOOL, myusername()); sprintf (tmp, %s/mail/incoming, myhomedir()); sysInbox = cpystr (tmp); These patches tell