[dev] IMP customization

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


Changing prefs.php had the desired effect. Thanks for your help on this one.

// user folder path
$_prefs['folders'] = array(
    'value' => 'mail/',
    'locked' => true, <---------
    'shared' => false,
    'type' => 'text',
    'desc' => _("Path to your mail folders:")
);


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

> You may need to lock the pref in prefs.php,  I thought setting it to false
> in conf.php had the same effect though....
> 
> On Tue, Apr 16, 2002 at 11:00:38AM -0700, Jeffrey Kunzelman wrote:
>> 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
>> 
>> 
>> -- 
>> Horde developers mailing list
>> Frequently Asked Questions: http://horde.org/faq/
>> To unsubscribe, mail: dev-unsubscribe@lists.horde.org