do not special case a folder named 'None'. There's no reason
[squirrelmail.git] / plugins / filters / spamoptions.php
index bcef8e51addffabfce244b1c75aba5bdb9f4ef8a..16b25835a824fbf49fc3f846c4663bb6787e5bba 100644 (file)
@@ -25,7 +25,7 @@ sqgetGlobalVar('delimiter', $delimiter, SQ_SESSION);
 sqgetGlobalVar('action', $action, SQ_GET);
 /* end globals */
 
-displayPageHeader($color, 'None');
+displayPageHeader($color);
 
 if (sqgetGlobalVar('spam_submit',$spam_submit,SQ_POST)) {
     $spam_filters = load_spam_filters();