[imp] Disabling Your From: address:

Briongos Caballero, Sergio sbriongos at umh.es
Mon Jul 30 07:13:37 UTC 2007


Hello, I have two identities for same people, but I need they can't
change "Your From: address:" in preferences, I change in prefs.php:

 

$_prefs['from_addr'] = array(

            'value' => '',

'locked' => false,

'shared' => true,

            //'type' => 'text',

            'type' => 'enum',

            'enum' => (isset($identity) && is_object($identity)) ?
$identity->getAll('from_addr'): array(),

'desc' =>  _("Your From: address:")

);

 

But I need to hide this in prefs, so that they cannot modify it.

 

I only need $_prefs['from_addr'] visible = false

 

Anyone can help me?

 

Thanks



More information about the imp mailing list