[imp] Filter Link or Menu

Parag Godkar paragg@konark.ncst.ernet.in
Thu, 25 Jul 2002 14:14:52 +0530


The "filter" menu is under "options" menu
on the IMP menu bar.

1) To enable this you should have the following
in your ...../horde/imp/config/prefs.php -

// mail filter rules options
$_prefs['filters'] = array(
    'value' => '',
    'locked' => false,
    'shared' => false,
    'type' => 'implicit'
);

( Note that locked is set to false )

2) But, if you are not able to see the options
 menu itself then you need to set it in
 ..../horde/config/horde.php -

 /**
 ** Preference System Settings
 **/

$conf['prefs']['driver'] = 'sql';

$conf['prefs']['params'] = array();

 $conf['prefs']['params']['phptype'] = 'mysql';
 $conf['prefs']['params']['hostspec'] = 'localhost';
 $conf['prefs']['params']['username'] = 'horde';
 $conf['prefs']['params']['password'] = 'horde';
 $conf['prefs']['params']['database'] = 'horde';
 $conf['prefs']['params']['table'] = 'horde_prefs';

( If you haven't set this up properly and haven't
  set up the appropriate horde database and tables
  then you won't see the options menu and hence
  won't be able to access the mail filter option ).

Regards,
Parag Godkar

----- Original Message -----
From: "Tim" <tim@munyon.net>
To: <imp@lists.horde.org>
Sent: Thursday, July 25, 2002 8:48 AM
Subject: [imp] Filter Link or Menu


> Hello,
>
> I am new to IMP and in the process of testing it for our system. After
> reading the help file, it appears that there is a link or menu for
filters.
> However, I do not see anyway to access this filter management. The only
> filter option I see is a small icon next to the Inbox label that Applies
> the filters.
>
> Is there supposed to be a filter management section? If so how does one
> access it? I have checked all preference files and no filter options
appear
> to be disabled.
> Thanks
> Tim
>
> Horde 2.1
> Imp 3.1
> IIS 5
>
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>