On 6/11/19 11:23 AM, Vladimir Gorpenko wrote: > Is there a hook that would allow me to intercept the processing of this call > and replace, > for example, the value of body with the text calculated from this value? > > If there is no such hook, please give me an approximate location in the > source code where > I could add this hook.
You can use message_compose hook. https://github.com/roundcube/roundcubemail/blob/master/program/steps/mail/compose.inc#L350 -- Aleksander 'A.L.E.C' Machniak Kolab Groupware Developer [http://kolab.org] Roundcube Webmail Developer [http://roundcube.net] ---------------------------------------------------- PGP: 19359DC1 # Blog: https://kolabian.wordpress.com _______________________________________________ Roundcube Development discussion mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/dev
