Michael Slusarz [slusarz <at> horde.org]: This is the correct way of disabling (except changes should be made in registry.local.php).

    I'm grateful for the response! And please excuse my ignorance of PHP...
    I've added

$_prefs['blacklist']['Locked'] = true;
$_prefs['whitelist']['Locked'] = true;

to registry.local.php, and it does seem to disable them for the user, but the preference would be to have this menu item not appear at all. I tried additionally adding the chunk of code below as well, but I keep getting syntax errors - is this the correct approach to remove the "Blacklist" and "Whitelist" links from all menus?

   'ingo' => array(
        'name' => _("Filters"),
        'provides' => array(
            'filter',
            'mail/applyFilters',
            'mail/canApplyFilters',
            'mail/showFilters'
        ),
        'menu_parent' => 'imp'
    ),


--
********************************************************************
Brett Charbeneau
Network Administrator
Williamsburg Regional Library
7770 Croaker Road
Williamsburg, VA 23188-7064
(757)259-4044          www.wrl.org
(757)259-4079 (fax)    br...@wrl.org
********************************************************************


--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to