>
>>>If I want to setup as default option for below option
>>>
>>>Sent Mail Confirmation
>>>
>>>Yes
>>>
>>>Transitional Window,
>>>With Address Book Functionality
>>>Yes
>>>
>>>What code should I put in forced_prefs plugin ?
>>
>> name plugins that provide those options or set those options in test
account and check .pref file.
>
> Probably something like this, but check your own prefs file:
>
> sent_conf_enable=1
> sent_conf_enable_orig_msg_options=1
> sent_conf_style=3
> sent_conf_incl_recip=1
> sent_conf_show_only_first_recip_addr=0
> sent_conf_include_cc=1
> sent_conf_include_bcc=1
> sent_conf_show_headers=0

ignore previous email. accidently hit send.

forced prefs options are written in array.
every setting is written as "'option name' => option value" without double
quotes
settings are separated with comma
$fp_added_settings options are added if user does not have previous settings
$fp_forced_settings options overwrite previous settings. User is still
able to change setting values, but these values are not preserved after
next login.

$fp_added_settings = array(
    'image_buttons_type'       => 'icons',
    'image_buttons_size'       => 'theme',
    'sent_conf_enable'         => 1,
    'sent_conf_enable_orig_msg_options' => 1,
    'sent_conf_style' => 3,
    'sent_conf_incl_recip' = 1,
    'sent_conf_show_only_first_recip_addr' => 0,
    'sent_conf_include_cc' => 1,
    'sent_conf_include_bcc' => 1,
    'sent_conf_show_headers' => 0
);

graphical editor of config file is planed feature of 1.1. I don't plan
implementing it and releasing in near future.



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to