From 6622c7e0cf09e7daaa20dbc7f1449f1f559e5a4d Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 13 Aug 2012 21:59:54 +0200 Subject: Skip IDN conversion when saving/reading identies. This should provide proper support for multiple recipeint values including name blocks in bcc and reply-to fields --- program/steps/settings/edit_identity.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'program/steps/settings/edit_identity.inc') diff --git a/program/steps/settings/edit_identity.inc b/program/steps/settings/edit_identity.inc index c3ac4688f..f557993eb 100644 --- a/program/steps/settings/edit_identity.inc +++ b/program/steps/settings/edit_identity.inc @@ -99,9 +99,7 @@ function rcube_identity_form($attrib) $form['addressing']['content']['email']['class'] = 'disabled'; } - $IDENTITY_RECORD['email'] = rcube_idn_to_utf8($IDENTITY_RECORD['email']); - $IDENTITY_RECORD['reply-to'] = rcube_idn_to_utf8($IDENTITY_RECORD['reply-to']); - $IDENTITY_RECORD['bcc'] = rcube_idn_to_utf8($IDENTITY_RECORD['bcc']); + $IDENTITY_RECORD['email'] = rcube_idn_to_utf8($IDENTITY_RECORD['email']); // Allow plugins to modify identity form content $plugin = $RCMAIL->plugins->exec_hook('identity_form', array( -- cgit v1.2.3