mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
fix comment in assert, as temporary filters are not just for mdn any more.
rs=bienvenu
This commit is contained in:
parent
71c0f09bc2
commit
1abd354a95
@ -649,7 +649,7 @@ nsImapMailFolder::UpdateFolder(nsIMsgWindow *msgWindow)
|
||||
if (canFileMessagesOnServer)
|
||||
{
|
||||
rv = server->ConfigureTemporaryFilters(m_filterList);
|
||||
NS_ASSERTION(NS_SUCCEEDED(rv), "failed to add MDN filter");
|
||||
NS_ASSERTION(NS_SUCCEEDED(rv), "failed to add temp filters");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user