25 Feb
2009
25 Feb
'09
9:27 p.m.
User: dww Branch: HEAD Date: Wed, 25 Feb 2009 20:27:23 +0000 Modified files: /modules/project_issue mail.inc Log message: #376762 by Damien Tournoud, dww: Fixed From: header in issue notification e-mails for users with non-ASCII user names. We should only call mime_header_encode() on the user name itself, not on the entire address. We have to do that manually as we construct the From header, instead of letting drupal_mail() do it to the whole header. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/project_issue/mail...