Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: mihaisheng on November 20, 2012, 09:45:57 PM

Title: cant find a "messages_list" function called by exec_hook
Post by: mihaisheng on November 20, 2012, 09:45:57 PM
i want to find a function "message_list" ,but i cant find in any php or inc file.

the roundcube version is 0.8.4.

i put a line of "echo('hook : ' . $hook) ;" in exec_hook.

---------------
rcube_plugin_api.php
public function exec_hook($hook,$args = array())
{
echo('hook : ' . $hook) ;";
....
....
}
--------------
the result show [hook : messages_list]

i want to find out this [message_list] function,can some one tell me this function is which file.

thanks very much!
Title: Re: cant find a "messages_list" function called by exec_hook
Post by: SKaero on November 21, 2012, 02:14:54 AM
I'm confused by your question, "messages_list" is a hook that can be used by a RoundCube plugin not a built in function.
Title: Re: cant find a "messages_list" function called by exec_hook
Post by: mihaisheng on November 21, 2012, 02:59:58 AM
thanks SKaero .

may be i am wrong.