do not special case a folder named 'None'. There's no reason
[squirrelmail.git] / plugins / info / options.php
index 79fa0d18ef8a8e9e9cdcb6112efd57407ba2943d..d09ee6cd9528df10e40e2c4236c079cbc7452822 100644 (file)
@@ -26,7 +26,7 @@ require_once(SM_PATH . 'plugins/info/functions.php');
 
 global $username, $color, $folder_prefix, $default_charset;
 $default_charset = strtoupper($default_charset);
-displayPageHeader($color, 'None');
+displayPageHeader($color);
 $mailbox = 'INBOX';
 
 /**