X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=config%2Fconfig_default.php;h=398716cb9932ca8537bb7f8bd433e1022da66999;hb=48adf5d6104b4b38f8c75a596c4646629507bff6;hp=775cb403e407d441e2cf20b90df6ae0a1d2197b7;hpb=47ccfad452e8d345542d09e59112cac317cffed8;p=squirrelmail.git diff --git a/config/config_default.php b/config/config_default.php index 775cb403..398716cb 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -176,13 +176,13 @@ $sendmail_path = '/usr/sbin/sendmail'; /** * Extra sendmail command arguments. - * - * Sets additional sendmail command arguments. Make sure that arguments are + * + * Sets additional sendmail command arguments. Make sure that arguments are * supported by your sendmail program. -f argument is added automatically by - * SquirrelMail scripts. Variable defaults to standard /usr/sbin/sendmail + * SquirrelMail scripts. Variable defaults to standard /usr/sbin/sendmail * arguments. If you use qmail-inject, nbsmtp or any other sendmail wrapper, * which does not support -t and -i arguments, set variable to empty string - * or use arguments suitable for your mailer. + * or use arguments suitable for your mailer. * @global string $sendmail_args * @since 1.5.1 */ @@ -229,22 +229,30 @@ $imapPort = 143; $imap_server_type = 'other'; /** - * Advanced IMAP authentication options control + * Secure IMAP connection controls * - * CRAM-MD5, DIGEST-MD5, Plain, and TLS - * Set reasonable defaults - you'd never know this was there unless you ask for it - * @global bool $use_imap_tls + * 0 - use plain text connection, + * 1 - use imaps (adds tls:// prefix to hostname), + * 2 - use IMAP STARTTLS extension (rfc2595). + * + * Was boolean before 1.5.1. + * @global integer $use_imap_tls + * @since 1.4.0 */ -$use_imap_tls = false; +$use_imap_tls = 0; /** - * Advanced SMTP authentication options control + * Secure SMTP connection controls + * + * 0 - use plain text connection, + * 1 - use ssmtp (adds tls:// prefix to hostname), + * 2 - use SMTP STARTTLS extension (rfc2487). * - * CRAM-MD5, DIGEST-MD5, Plain, and TLS - * Set reasonable defaults - you'd never know this was there unless you ask for it - * @global bool $use_smtp_tls + * Was boolean before 1.5.1. + * @global integer $use_smtp_tls + * @since 1.4.0 */ -$use_smtp_tls = false; +$use_smtp_tls = 0; /** * SMTP authentication mechanism @@ -529,6 +537,7 @@ $default_use_priority = true; * This option disables display of "created by SquirrelMail developers" * strings and provider link * @global bool $hide_sm_attributions + * @since 1.2.0 */ $hide_sm_attributions = false; @@ -556,8 +565,8 @@ $edit_name = true; /** * SquirrelMail adds username information to every sent email. - * It is done in order to prevent possible sender forging when - * end users are allowed to change their email and name + * It is done in order to prevent possible sender forging when + * end users are allowed to change their email and name * information. * * You can disable this header, if you think that it violates @@ -573,22 +582,29 @@ $hide_auth_header = false; /** * Server Side Threading Control * - * If you want to enable server side thread sorting options - * Your IMAP server must support the THREAD extension for - * this to work. - * @global bool $allow_thread_sort + * Set it to true, if you want to disable server side thread + * sorting options. Your IMAP server must support the THREAD + * extension for this to have any effect. + * + * Older SquirrelMail versions used $allow_thread_sort option. + * @global bool $disable_thread_sort + * @since 1.5.1 */ -$allow_thread_sort = false; +$disable_thread_sort = false; /** * Server Side Sorting Control * - * to use server-side sorting instead of SM client side. - * Your IMAP server must support the SORT extension for this - * to work. - * @global bool $allow_server_sort + * Set it to true, if you want to disable server side sorting + * and use SM client side sorting instead (client side sorting + * can be slow). Your IMAP server must support the SORT extension + * for this to have any effect. + * + * Older SquirrelMail versions used $allow_server_sort option. + * @global bool $disable_server_sort + * @since 1.5.1 */ -$allow_server_sort = false; +$disable_server_sort = false; /** * IMAP Charset Use Control @@ -774,6 +790,50 @@ $theme[42]['NAME'] = 'Simple Green 2'; $theme[43]['PATH'] = SM_PATH . 'themes/simple_purple.php'; $theme[43]['NAME'] = 'Simple Purple'; +$theme[44]['PATH'] = SM_PATH . 'themes/autumn.php'; +$theme[44]['NAME'] = 'Autumn'; + +$theme[45]['PATH'] = SM_PATH . 'themes/autumn2.php'; +$theme[45]['NAME'] = 'Autumn 2'; + +$theme[46]['PATH'] = SM_PATH . 'themes/blue_on_blue.php'; +$theme[46]['NAME'] = 'Blue on Blue'; + +$theme[47]['PATH'] = SM_PATH . 'themes/classic_blue.php'; +$theme[47]['NAME'] = 'Classic Blue'; + +$theme[48]['PATH'] = SM_PATH . 'themes/classic_blue2.php'; +$theme[48]['NAME'] = 'Classic Blue 2'; + +$theme[49]['PATH'] = SM_PATH . 'themes/powder_blue.php'; +$theme[49]['NAME'] = 'Powder Blue'; + +$theme[50]['PATH'] = SM_PATH . 'themes/techno_blue.php'; +$theme[50]['NAME'] = 'Techno Blue'; + +$theme[51]['PATH'] = SM_PATH . 'themes/turquoise.php'; +$theme[51]['NAME'] = 'Turquoise'; + +/** + * Templates + * You can define your own template and put it in this directory. + * You must call it as the example below. You can name the template + * whatever you want. For an example of a template, see the ones + * included in the template directory. + * + * To add a new template to the options that users can choose from, just + * add a new number to the array at the bottom, and follow the pattern. + * + * $templateset_default sets theme that will be used by default + * used by default. + * @global integer $templateset_default + */ +$templateset_default = 0; + +$aTemplateSet[0]['PATH'] = SM_PATH . 'templates/default/'; +$aTemplateSet[0]['NAME'] = 'Default template'; + + /** * Default interface font size. * @global string $default_fontsize @@ -891,7 +951,7 @@ $addrbook_table = 'address'; $prefs_dsn = ''; $prefs_table = 'userprefs'; /** - * Preference key field + * Preference key field * @global string $prefs_key_field */ $prefs_key_field = 'prefkey'; @@ -902,7 +962,7 @@ $prefs_key_field = 'prefkey'; */ $prefs_key_size = 64; /** - * Preference owner field + * Preference owner field * @global string $prefs_user_field */ $prefs_user_field = 'user'; @@ -913,7 +973,7 @@ $prefs_user_field = 'user'; */ $prefs_user_size = 128; /** - * Preference value field + * Preference value field * @global string $prefs_val_field */ $prefs_val_field = 'prefval';