[Imap-uw] no folders showing for OS X HFS-mounted boxes
Jim Gottlieb
jimmy at nccom.com
Wed Sep 12 17:25:55 PDT 2007
On 2007-09-12 at 17:05, Mark Crispin (MRC at CAC.Washington.EDU) wrote:
> Have you made any modifications to the source code? If so, what?
Good question :-).
These settings were changed:
static char *mailsubdir = "Mail"; /* mail subdirectory name */
static char *sysInbox = NIL; /* system inbox name */
This line was changed as indicated:
if (!sysInbox) { /* initialize if first time */
/* sprintf (tmp,"%s/%s",MAILSPOOL,myusername ()); */
sprintf (tmp,"%s/Mail/inbox",myhomedir ());
And that's it.
More information about the Imap-uw
mailing list