do not special case a folder named 'None'. There's no reason
[squirrelmail.git] / plugins / filters / options.php
index 8056a83dc5cb2cefe04fc1a91ef8827be3ff8e34..9cc1e54e93e4858c0c5c6043db046314920dc2fd 100644 (file)
@@ -18,7 +18,7 @@ include_once(SM_PATH . 'functions/imap_general.php');
 include_once(SM_PATH . 'functions/forms.php');
 include_once(SM_PATH . 'plugins/filters/filters.php');
 
-displayPageHeader($color, 'None');
+displayPageHeader($color);
 
 /* get globals */
 sqgetGlobalVar('delimiter', $delimiter, SQ_SESSION);