Przeglądaj źródła

No one objected, so here's a new hook

pdontthink 22 lat temu
rodzic
commit
526100af3a
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      src/left_main.php

+ 4 - 0
src/left_main.php

@@ -100,6 +100,10 @@ function formatMailboxName($imapConnection, $box_array) {
                     "&nbsp;&nbsp;(<A HREF=\"empty_trash.php\" style=\"text-decoration:none\">"._("purge")."</A>)" .
                     "&nbsp;&nbsp;(<A HREF=\"empty_trash.php\" style=\"text-decoration:none\">"._("purge")."</A>)" .
                     "</small>";
                     "</small>";
         }
         }
+    } else {
+        $line .= concat_hook_function('left_main_after_each_folder',
+                                      array(isset($numMessages) ? $numMessages : '',
+                                            $real_box, $imapConnection));
     }
     }
 
 
     /* Return the final product. */
     /* Return the final product. */