X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2Fdefault%2Fleft_main.tpl;h=bbe6b1914c93b3461e0df6bad4984ada3f697102;hb=b2c3dc092aa1df94a5db56a94917fe14982e4be6;hp=becdde505993192b5c9149350ddb47a9e98f193a;hpb=ad648d4c60bc23ce7fad4c8ff38fdd8c54db3603;p=squirrelmail.git diff --git a/templates/default/left_main.tpl b/templates/default/left_main.tpl index becdde50..bbe6b191 100644 --- a/templates/default/left_main.tpl +++ b/templates/default/left_main.tpl @@ -8,12 +8,10 @@ * $clock - formatted string containing last refresh * $settings - Array containing user perferences needed by this * template. Indexes are as follows: - * $settings['imapConnection'] - IMAP connection handle. Needed to - * allow plugins to read the mailbox. * $settings['iconThemePath'] - Path to the desired icon theme. If * the user has disabled icons, this will be NULL. - * $settings['templateDirectory'] - contains the path to the current - * template directory. This may be needed by third + * $settings['templateID'] - contains the ID of the current + * template set. This may be needed by third * party packages that don't integrate easily. * $settings['unreadNotificationEnabled'] - Boolean TRUE if the user * wants to see unread message count on mailboxes @@ -225,10 +223,17 @@ function buildMailboxTree ($box, $settings, $indent_factor=0) { $spanend = ''; } +/******** + * Pulling imapConnection due to segfaults that cannot be tracked down. Best + * we can determine,its some combination of this var and >= 4 plugins enabled. + * No further clue from anyone. + ******** + // let plugins fiddle with end of line $end .= concat_hook_function('left_main_after_each_folder', array(isset($numMessages) ? $numMessages : '', $box['MailboxFullName'], $settings['imapConnection'])); +*/ $end .= '';