Add title to folder names
[squirrelmail.git] / templates / default / left_main.tpl
index 9f2e48a4d99b8b935e8b828b8d8bace779e4f2c9..9fd7a66c562098c0177efa0bde8b0be139e72f73 100644 (file)
@@ -178,6 +178,7 @@ function buildMailboxTree ($box, $settings, $icon_theme_path, $indent_factor=0)
     $view_link = '<a href="'.$box['ViewLink']['URL'].'" ' .
                  ($accesskey == '' ? '' : 'accesskey="' . $accesskey . '" ') .
                  'target="'.$box['ViewLink']['Target'].'" ' .
+                 'title="'.$box['MailboxName'].'" ' .
                  'style="text-decoration:none">';
 
     if ($settings['messageRecyclingEnabled'] && $box['IsTrash']) {