| | |
| | | } |
| | | |
| | | // get identities list and define 'mail' column |
| | | $list = $RCMAIL->user->list_identities(); |
| | | $list = $RCMAIL->user->list_emails(); |
| | | foreach ($list as $idx => $row) { |
| | | $list[$idx]['mail'] = trim($row['name'] . ' <' . rcube_utils::idn_to_utf8($row['email']) .'>'); |
| | | $list[$idx]['mail'] = trim($row['name'] . ' <' . rcube_utils::idn_to_utf8($row['email']) . '>'); |
| | | } |
| | | |
| | | // get all identites from DB and define list of cols to be displayed |
| | |
| | | $select_default_font->add('', ''); |
| | | |
| | | $fonts = rcmail::font_defs(); |
| | | foreach ($fonts as $fname => $font) { |
| | | foreach (array_keys($fonts) as $fname) { |
| | | $select_default_font->add($fname, $fname); |
| | | } |
| | | |
| | |
| | | $tagname = $attrib['tagname']; |
| | | $tabs = array(); |
| | | |
| | | foreach ($plugin['actions'] as $k => $action) { |
| | | foreach ($plugin['actions'] as $action) { |
| | | if (!$action['command'] && !$action['href'] && $action['action']) { |
| | | $action['href'] = $RCMAIL->url(array('_action' => $action['action'])); |
| | | } |