Re: [imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread Michael M Slusarz
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

Re: [imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread Michael M Slusarz
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

Re: [imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread 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' = serialize(arr

Re: [imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread 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(array()) 'value' => 'a:0:{}' );

Re: [imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread Sebastian Arcus
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

Re: [imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread Vilius Šumskas
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

Re: [imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread Sebastian Arcus
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

[imp] Set a default value and lock "msgflags" in IMP

2012-04-27 Thread Vikas Parashar
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

[imp] Set a default value and lock "msgflags" in IMP

2012-04-26 Thread 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 file to use is imp/config/prefs.l