From: pdontthink Date: Thu, 26 Mar 2009 21:14:18 +0000 (+0000) Subject: Some sender addresses were not showing if no personal part X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=79af43f54786fd065b376c2a774fc8c9d454e1cb;hp=c12535f66d320a6054ad7ce89f396b0841ae03fc Some sender addresses were not showing if no personal part git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13454 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/templates/default/message_list.tpl b/templates/default/message_list.tpl index 0cb945fb..ba3c325f 100644 --- a/templates/default/message_list.tpl +++ b/templates/default/message_list.tpl @@ -456,6 +456,7 @@ if ($non_clicked_class != 'even' && $non_clicked_class != 'odd' $value = (isset($aCol['value'])) ? $aCol['value'] : ''; $target = (isset($aCol['target'])) ? $aCol['target'] : ''; if (!$show_personal_names + && !empty($title) && ($iCol == SQM_COL_FROM || $iCol == SQM_COL_TO || $iCol == SQM_COL_CC