From 1cf4890abaee580a50966eb8c8cf4f619ad17093 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 13 Apr 2010 17:33:22 +0000 Subject: [PATCH] Documented hooks added in r64903 --- docs/hooks.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/hooks.txt b/docs/hooks.txt index ecb8e0673e..82248a7211 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -731,12 +731,21 @@ $from: address of sending user $subject: subject of the mail $text: text of the mail +'EmailUserCC': before sending the copy of the email to the author +$to: address of receiving user +$from: address of sending user +$subject: subject of the mail +$text: text of the mail + 'EmailUserComplete': after sending email from one user to another $to: address of receiving user $from: address of sending user $subject: subject of the mail $text: text of the mail +'EmailUserForm': after building the email user form object +$form: HTMLForm object + 'EmailUserPermissionsErrors': to retrieve permissions errors for emailing a user. $user: The user who is trying to email another user. $editToken: The user's edit token. -- 2.20.1