# You have to change the name of your mbox file using this describtion: # replace string, begins from minus symbol to string begins with plus symbol. # Changed and checked by Alexey Abramov e-mail: levsha@ruxy.org.ru diff -ur imap-4.5.BETA.orig/src/osdep/unix/env_unix.c imap-4.5.BETA/src/osdep/unix/env_unix.c - imap-4.5.BETA.orig/src/osdep/unix/env_unix.c Tue Oct 27 12:46:05 1998 + imap-4.5.BETA/src/osdep/unix/env_unix.c Mon Nov 16 21:30:57 1998 @@ -595,7 +596,7 @@ { char tmp[MAILTMPLEN]; if (!sysInbox) { /* initialize if first time */ - sprintf (tmp,"%s/%s",MAILSPOOL,myusername ()); + sprintf (tmp,"%s/Mailbox",myhomedir ()); sysInbox = cpystr (tmp); /* system inbox is from mail spool */ } return sysInbox;