1) get the latest version of qpopper from ftp.qualcomm.com (ver 2.2). It can be found in the /quest/unix/servers/popper directory. 1a) uncompress and untar it. 2) find and edit the make.??? file for your system. Add -DHOMEDIRMAIL to the CFLAGS defines. 3) edit the file pop_dropcopy.c. Change the line that reads like this: strncat(p->drop_name, "/.mail",sizeof(p->drop_name) - strlen(p->drop_name)); to this: strncat(p->drop_name, "/Mailbox",sizeof(p->drop_name) - strlen(p->drop_name)); 4) make and install according to the directions.