[imp] Re: Migration of IMP filters to ingo (soon)
Michael M Slusarz
slusarz at bigworm.colorado.edu
Tue Jun 10 14:32:50 PDT 2003
Quoting Ruben van der Steenhoven <ruben_donotspamme at webmeesters.net>:
| Hi Michael,
|
| i've checked, doublechecked and triplechecked all of this, but still no
| icon.
You need to go to line 280 of mailbox.php and figure out why the following
code is not running:
if ($imp['filteravail'] && ($imp['mailbox'] == 'INBOX')) {
if ($prefs->getValue('filter_on_display')) {
$do_filter = true;
} else {
**** $filter_url = Horde::addParameter($mailbox_url, 'actionID',
FILTER);
}
}
The **** code is what will add the filter icon to your messagebar.
| Strange thing is, that after today's CVS my rules are gone too,
| although they are still in the database.
Make sure you logout/login and that your session is completely destroyed
(i.e. close your browser, and access the login page without using a
bookmark).
michael
______________________________________________
Michael Slusarz [slusarz at bigworm.colorado.edu]
The University of Colorado at Boulder
More information about the imp
mailing list