[imp] Mailfolders in 2.3.7-cvs
Chuck Hagenbuch
chuck@horde.org
Mon, 13 Aug 2001 11:11:31 -0400
Quoting René Jensen <lundeman@tbkol.dk>:
> in imp/config/prefs.php i have:
>
> // user folder path
> $_prefs['folders'] = array(
> 'value' => 'Maildir/',
> 'locked' => false,
> 'shared' => false,
> 'type' => 'text',
> 'desc' => _("Path to your mail folders:")
> );
>
> I tried 'value' => '' to but that didn't change anything.
It should be '' or 'INBOX.'.
> // user default mailbox
> $_prefs['mailbox'] = array(
> 'value' => 'INBOX.',
> 'locked' => false,
> 'shared' => false,
> 'type' => 'implicit'
> );
>
> I have tried 'value' => 'INBOX' to but that didn't change anything.
INBOX is the default. INBOX. won't work at all, since that isn't a mailbox, and
this is the first mailbox that the user wants to view on login.
> If I click on folders in the menu I only see my "INBOX" folder and I can't
> expand it. If I check my "INBOX" folder and creates a new subfolder, the
> subfolder gets created. I can see the new subfolder with my IMP 2.2.5 (have
> to get this updated some day), but I cannot see it with IMP 2.3.7.
Make sure that the settings in config/servers.php are correct; defaults get
pulled from there also. That + comments above should get you going.
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
Some fallen angels have their good reasons.