fix comment in assert, as temporary filters are not just for mdn any more.

rs=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2004-04-18 19:19:17 +00:00
parent 71c0f09bc2
commit 1abd354a95

View File

@ -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");
}
}