Quoting Sebastian Arcus :
I would like to set a default value for "msgflags" in IMP and lock
it for all users. More precisely, I want to reset the colour of all
flags to white, except the "Unread" flag. What I've worked out so
far using the documentation and help in prefs files:
1. The fi
Quoting LALOT Dominique :
2012/4/27 Vilius Šumskas
Sveiki,
Friday, April 27, 2012, 9:33:11 PM, you wrote:
> On 27/04/12 19:20, Vilius Šumskas wrote:
>> Sveiki,
>>
>> Friday, April 27, 2012, 8:33:57 PM, you wrote:
>>
$_prefs['msgflags'] = array(
// 'value' = seriali
2012/4/27 Vilius Šumskas
> Sveiki,
>
> Friday, April 27, 2012, 9:33:11 PM, you wrote:
>
> > On 27/04/12 19:20, Vilius Šumskas wrote:
> >> Sveiki,
> >>
> >> Friday, April 27, 2012, 8:33:57 PM, you wrote:
> >>
>
>
> $_prefs['msgflags'] = array(
> // 'value' = serialize(arr
Sveiki,
Friday, April 27, 2012, 9:33:11 PM, you wrote:
> On 27/04/12 19:20, Vilius Šumskas wrote:
>> Sveiki,
>>
>> Friday, April 27, 2012, 8:33:57 PM, you wrote:
>>
$_prefs['msgflags'] = array(
// 'value' = serialize(array())
'value' => 'a:0:{}'
);
On 27/04/12 19:20, Vilius Šumskas wrote:
Sveiki,
Friday, April 27, 2012, 8:33:57 PM, you wrote:
$_prefs['msgflags'] = array(
// 'value' = serialize(array())
'value' => 'a:0:{}'
);
As far as i know, you can use your customize theme and amend color whatever
you want.
The pro
Sveiki,
Friday, April 27, 2012, 8:33:57 PM, you wrote:
>>
>>
>> $_prefs['msgflags'] = array(
>> // 'value' = serialize(array())
>> 'value' => 'a:0:{}'
>> );
>>
>>
>> As far as i know, you can use your customize theme and amend color whatever
>> you want.
> The problem is that I'm tryi
Hi Vikas,
On 27/04/12 18:20, Vikas Parashar wrote:
Hi Sebastian,
I just want to add some thing's. Best way to set default prefs is that
maintain a prefs.local.php. just like below
$prefs['msgflags']['value'] ='a:0:{}'
$prefs['msgflags']['locked'] =true
instead of made some modification in p
Hi Sebastian,
I just want to add some thing's. Best way to set default prefs is that
maintain a prefs.local.php. just like below
$prefs['msgflags']['value'] ='a:0:{}'
$prefs['msgflags']['locked'] =true
instead of made some modification in prefs.php.
$_prefs['msgflags'] = array(
// 'value
I would like to set a default value for "msgflags" in IMP and lock it
for all users. More precisely, I want to reset the colour of all flags
to white, except the "Unread" flag. What I've worked out so far using
the documentation and help in prefs files:
1. The file to use is imp/config/prefs.l