Last modified: 2013-09-01 10:18:18 UTC
The system messages for the email form should include the target/recipient username as a parameter e.g. the first form on English Wikipedia already parses the username from the page title https://en.wikipedia.org/wiki/MediaWiki:Emailpagetext But this isnt possible for the landing page after the email has been sent. https://en.wikipedia.org/wiki/MediaWiki:Emailsenttext Then the Emailsenttext default message could change from "Your e-mail message has been sent." to something like "Your e-mail message to [[user:$1|$1]] has been sent." fwiw, the messages used for the email do include usernames https://en.wikipedia.org/wiki/MediaWiki:Emailccsubject https://en.wikipedia.org/wiki/MediaWiki:Emailuserfooter
Change 78404 had a related patch set uploaded by Nemo bis: Add email recipient username as a parameter to emailuser confirmation https://gerrit.wikimedia.org/r/78404
(In reply to comment #0) > https://en.wikipedia.org/wiki/MediaWiki:Emailpagetext (Obligatory note on en.wiki customisations: this message is madness.) > > But this isnt possible for the landing page after the email has been sent. > > https://en.wikipedia.org/wiki/MediaWiki:Emailsenttext > > Then the Emailsenttext default message could change from > "Your e-mail message has been sent." > to something like > "Your e-mail message to [[user:$1|$1]] has been sent." I submitted a patch to add the parameter.
Change 78404 merged by jenkins-bot: Add email recipient username as a parameter to emailuser confirmation https://gerrit.wikimedia.org/r/78404
Approved by Nikerabbit.