[ingo] removing default rule buttons
amy.rich@tufts.edu
amy.rich at tufts.edu
Tue Jun 28 09:29:21 PDT 2005
I'm in the process of removing all of the default rules from ingo. I've
changed prefs.php to:
// filter rules
$_prefs['rules'] = array(
'value' => '',
'locked' => false,
'shared' => false,
'type' => 'implicit'
);
I also removed the black/white list stuff from the horde/config/registry.php
file:
$this->applications['ingo'] = array(
'fileroot' => dirname(__FILE__) . '/../ingo',
'webroot' => $this->applications['horde']['webroot'] . '/ingo',
'name' => _("Filters"),
'status' => 'active',
'provides' => array('mail/applyFilters', 'mail/canApplyFilters',
'mail/showF
ilters'),
'menu_parent' => 'imp'
);
However, I still see the buttons for Vacation and Forward after I log out,
stop and restart apache, and log back in. Since INGO_STORAGE_ACTION_VACATION
and INGO_STORAGE_ACTION_FORWARD are no longer specified in rules, these
buttons shouldn't be showing up, correct? Or have I missed someplace else
where code needs to be removed?
Thanks...
--
Amy Rich <amy.rich at tufts.edu>
University Systems Group, Tufts University
More information about the ingo
mailing list