Always display $org_name in the title
[squirrelmail.git] / config / config_default.php
index b93b36c60ed37187d676e799a0f02f9ba7a97a2a..6a6676e4f214afb776f796271d1fee57d0ad11bb 100644 (file)
@@ -104,7 +104,7 @@ $provider_uri = 'http://www.squirrelmail.org/';
  * The domain part of local email addresses.
  *   This is for all messages sent out from this server.
  *   Reply address is generated by $username@$domain
- * Example: In bob@foo.com, foo.com is the domain.
+ * Example: In bob@example.com, example.com is the domain.
  * @global string $domain
  */
 $domain = 'example.com';
@@ -803,13 +803,11 @@ $squirrelmail_default_language = 'en_US';
 /**
  * Default Charset
  *
- * This option controls what character set is used when sending mail
- * and when sending HTML to the browser. Do not set this to US-ASCII,
- * use ISO-8859-1 instead.
- * 
- * You can set this option, only if $squirrelmail_default_language setting
- * contains 'en_US' string. In any other case system does not allow 
- * making mistakes with incorrect language and charset combinations.
+ * This option controls what character set is used when sending
+ * mail and when sending HTML to the browser. Option works only
+ * with US English (en_US) translation. Other translations use
+ * charsets that are set in functions/i18n.php.
+ *
  * @global string $default_charset
  */
 $default_charset = 'iso-8859-1';
@@ -849,15 +847,15 @@ $show_alternative_names   = false;
 $aggressive_decoding = false;
 
 /**
- * Loosy Encoding Control
+ * Lossy Encoding Control
  *
  * This option allows charset conversions when output charset does not support 
  * all symbols used in original charset. Symbols unsupported by output charset 
  * will be replaced with question marks.
- * @global bool $loosy_encoding
+ * @global bool $lossy_encoding
  * @since 1.5.1
  */
-$loosy_encoding = false;
+$lossy_encoding = false;
 
 /*** Tweaks ***/
 /**
@@ -947,4 +945,4 @@ $config_use_color = 2;
  * sent and regular output to begin, which will majorly screw
  * things up when we try to send more headers later.
  */
-?>
\ No newline at end of file
+?>