>
>>>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

forced prefs options are written in array

$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
);


-------------------------------------------------------
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