Closed
Bug 240881
Opened 21 years ago
Closed 21 years ago
clear filter (and spam) log doesn't appear to work, you have to close and re open the dialog
Categories
(MailNews Core :: Filters, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 218774
People
(Reporter: mscott, Assigned: mscott)
Details
clear filter log not working.
debugging now...
Assignee | ||
Comment 1•21 years ago
|
||
I see the problem. we are truncating it, but you have to close and re-open to
see that it is cleared.
I bet spam has the same problem.
Assignee: sspitzer → mscott
Summary: clear filter log not working → clear filter (and spam) log doesn't appear to work, you have to close and re open the dialog
Assignee | ||
Comment 2•21 years ago
|
||
there is code to reload it:
function clearLog()
{
gFilterList.clearLog();
// reload the newly truncated file
gLogView.setAttribute("src", gFilterList.logURL);
}
I think using browser.reload(), gLogView.reload(), or reloadWithFlags() is the
right way to do that.
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•21 years ago
|
||
dup. fix in hand.
*** This bug has been marked as a duplicate of 218774 ***
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•