[dev] IMP customization

Jeffrey Kunzelman jeff@discountpetfood.net
Tue, 16 Apr 2002 11:00:38 -0700


Added this to conf.php in the imp/config directory, but I sill get the
Folder Prefix field on the login screen.

Should there be something set in servers.php in this block?:

$servers['imap'] = array(
    'name' => 'ArcoMail Server',
    'server' => 'mail.arcosanti.org',
    'protocol' => 'pop3',
    'port' => 110,
    'folders' => 'mail/',
    'namespace' => 'mail/',
    'maildomain' => 'arcosanti.org',
    'smtphost' => 'mail.arcosanti.org',
    'realm' => 'arcosanti.org',
    'preferred' => ''
);

On 4/16/02 9:20 AM, "Joshua E Warchol" <jwarchol@dsl.net> wrote:

> Make sure you've got this line:
> 
> $conf['server']['change_folders'] = false;
> 
> in horde/imp/config/conf.php
> 
> On Tue, Apr 16, 2002 at 09:09:02AM -0700, Jeffrey Kunzelman wrote:
>>     
>> 
>> Hello, I have horde and imp up and working. Now I'd like to customize the
>> interface and not allow the user to change the mailbox on the login.
>> 
>> Can anyone provide me with the files I need to change. I'm digging through
>> the includes right now trying to track everything down, but a quick list or
>> a howto would be a big help.
>> 
>>  
>> 
>> 
>> -- 
>> Horde developers mailing list
>> Frequently Asked Questions: http://horde.org/faq/
>> To unsubscribe, mail: dev-unsubscribe@lists.horde.org