[imp] Set a default value and lock "msgflags" in IMP
Vikas Parashar
vikas.parashar at fosteringlinux.com
Fri Apr 27 17:20:43 UTC 2012
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' = serialize(array())
'value' => 'a:0:{}'
);
As far as i know, you can use your customize theme and amend color whatever
you want.
--
Thanking you,
Rg:-
Vikas
More information about the imp
mailing list