Correctly update cached message flags in ALL places when they are changed by the...
[squirrelmail.git] / src / left_main.php
index 5b1cf17ec4ea54f607c7b27d67f6f122be40e220..6d4f8eb516e86e33c2dbb16edc3c51c37c196fd2 100644 (file)
@@ -60,7 +60,7 @@ foreach ($js_includes as $js_file) {
 // get mailbox list and cache it
 $mailboxes=sqimap_get_mailboxes($imapConnection,false,$show_only_subscribed_folders);
 
-displayHtmlHeader( 'SquirrelMail', $xtra );
+displayHtmlHeader( $org_title, $xtra );
 $oErrorHandler->setDelayedErrors(true);
 
 sqgetGlobalVar('auto_create_done',$auto_create_done,SQ_SESSION);