Browse Source

Inbox fix

philippe_mingo 23 years ago
parent
commit
c82d672c6e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      functions/page_header.php

+ 3 - 0
functions/page_header.php

@@ -103,6 +103,9 @@ function checkForm() {
 
     /** Here is the header and wrapping table **/
     $shortBoxName = readShortMailboxName($mailbox, $delimiter);
+    if ( $shorBoxName == 'INBOX' ) {
+        $shortBoxName = _("INBOX");
+    }
     echo "<A NAME=pagetop></A>\n"
         . "<TABLE BGCOLOR=\"$color[4]\" BORDER=0 WIDTH=\"100%\" CELLSPACING=0 CELLPADDING=2>\n"
         . "   <TR BGCOLOR=\"$color[9]\" >\n"