[imp] Setting Preferences

Jacob Elder jake.horde at trec.us
Mon Oct 17 10:23:02 PDT 2005


Your prefs store is the mechanism by which horde stores your preferences. You
should be sure that your installation is using something nonvolitile, 
like SQL.
horde/conf.php should include something like this:

$conf['prefs']['params']['driverconfig'] = 'horde';
$conf['prefs']['driver'] = 'sql';

The $prefGroups structure is just structural. Further down in that file, you
will find $_prefs['sortorder'] and $_prefs['sortdir']. Both of these should be
unlocked.

Quoting Neil Wilson <neil at dcdata.co.za>:

> Hi Jacob,
>
> Jacob Elder wrote:
>>
>>    1) What is your pref store?
>
> I'm not sure exactly what you mean by this...
>
>>    2) Are any of the relevant preferences in imp/prefs.php locked?
>
> This is taken directly out of my prefs.php
>
> $prefGroups['display'] = array(
>      'column' => _("Other Options"),
>      'label' => _("Mailbox and Folder Display Options"),
>      'desc' => _("Change display options such as how many messages
you
> see on each page and how messages are sorted."),
>      'members' => array('mailbox_start', 'sortby', 'sortdir',
'max_msgs',
>                         'from_link', 'time_format', 'nav_expanded',
>                         'show_legend')
> )
>
> I'm guessing that this is one of the options that I will need to
modify?
>
> Thanks for your assistance so far.
>
> Regards.
>
> Neil Wilson.
>

-- 
Jacob Elder



More information about the imp mailing list