diff options
author | thomascube <thomas@roundcube.net> | 2009-07-03 16:38:33 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-07-03 16:38:33 +0000 |
commit | 4fa127ad663b81f2ee98bb485b23e064591de78c (patch) | |
tree | 45af35fca42cb4eaf0edcbc91fad627c16bb52dd /program/include | |
parent | f62d5fac0a577bcc35cfcc24b311563249752843 (diff) |
Rename latest hook because 'list_mailboxes' already exists...
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/main.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/main.inc b/program/include/main.inc index b2bb1b256..5ff5f499b 100644 --- a/program/include/main.inc +++ b/program/include/main.inc @@ -1083,7 +1083,7 @@ function rcmail_mailbox_list($attrib) } // allow plugins to alter the folder tree or to localize folder names - $hook = $RCMAIL->plugins->exec_hook('list_mailboxes', array('list' => $a_mailboxes, 'delimiter' => $delimiter)); + $hook = $RCMAIL->plugins->exec_hook('render_mailboxlist', array('list' => $a_mailboxes, 'delimiter' => $delimiter)); if ($type=='select') { $select = new html_select($attrib); |