[imp] Bug creating sent mail folder

Brad Hazledine brad.hazledine@caledoncard.com
Fri, 1 Mar 2002 09:31:47 -0500 (EST)


In /imp/prefs.php I found this...

// user default mailbox
$_prefs['mailbox'] = array(
    'value' => 'INBOX',
    'locked' => false,
    'shared' => false,
    'type' => 'implicit'
);

Should this be set to /var/spool/mail/ ?

The namespace and folders settings that I sent before are in servers.php.

What I don't understand is that the system has been working fine except
for this problem, it finds the inbox and folders that are created through
Imp by the user. When the folders are created automatically they end up in
the wrong place with an INBOX. prefix.

Thanks.


On Thu, 28 Feb 2002, Chuck Hagenbuch wrote:
>
> Have you checked servers.php? prefs.php?
>
> -chuck