more changes, not visible to the end user yet, for spam UI. bug #169638.

change junk log name.  ignore junk log file so it doesn't show in the folder pane.  r/sr=bienvenu
This commit is contained in:
sspitzer%netscape.com 2002-10-09 07:07:37 +00:00
parent de70300d00
commit a09d6f1361
2 changed files with 2 additions and 1 deletions

View File

@ -195,7 +195,7 @@ nsSpamSettings::GetLogFileSpec(nsIFileSpec **aFileSpec)
rv = server->GetLocalPath(aFileSpec);
NS_ENSURE_SUCCESS(rv,rv);
rv = (*aFileSpec)->AppendRelativeUnixPath("spamlog.html");
rv = (*aFileSpec)->AppendRelativeUnixPath("junklog.html");
NS_ENSURE_SUCCESS(rv,rv);
return NS_OK;
}

View File

@ -192,6 +192,7 @@ nsShouldIgnoreFile(nsString& name)
if (name.EqualsIgnoreCase("rules.dat") ||
name.EqualsIgnoreCase("filterlog.html") ||
name.EqualsIgnoreCase("junklog.html") ||
name.EqualsIgnoreCase("rulesbackup.dat"))
return PR_TRUE;