[Tickets #8837] Re: invalid email address
    bugs at horde.org 
    bugs at horde.org
       
    Wed Jan 27 08:23:08 UTC 2010
    
    
  
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8837
------------------------------------------------------------------------------
  Ticket             | 8837
  Updated By         | rsalmon at mbgroup.com
  Summary            | invalid email address
  Queue              | IMP
  Version            | Git master
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Michael Slusarz
------------------------------------------------------------------------------
rsalmon at mbgroup.com (2010-01-27 03:23) wrote:
here some prefs. the following are set to the default values.
$_prefs['sending_charset'] = array(
     'value' => '',
     'locked' => false,
     'shared' => true,
     'type' => 'enum',
     'enum' => array_merge(array('' => _("Default")),  
Horde_Nls::$config['encodings']),
     'desc' => _("Your default charset for sending messages:"));
$_prefs['default_msg_charset'] = array(
     'value' => isset($GLOBALS['nls']['emails'][$GLOBALS['language']])
         ? $GLOBALS['nls']['emails'][$GLOBALS['language']]
         : (isset($GLOBALS['nls']['charsets'][$GLOBALS['language']])
             ? $GLOBALS['nls']['charsets'][$GLOBALS['language']]
             : ''),
     'locked' => false,
     'shared' => false,
     'type' => 'enum',
     'enum' => array_merge(
         array('' => _("Default (US-ASCII)")), Horde_Nls::$config['encodings']
     ),
     'desc' => _("The default charset for messages with no charset  
information:"),
     'help' => 'prefs-default_msg_charset');
    
    
More information about the bugs
mailing list