[horde] IMP - Disable forwards

Héctor Moreno Blanco hmoreno at gmv.com
Mon Feb 25 09:02:02 UTC 2013


Dear list,

I've found it, my fault... :)


Thank you very much,
Kind regards.


Héctor Moreno Blanco
División de Seguridad e Infraestructuras /
Security and Infrastructures Division /
GMV
Isaac Newton, 11
P.T.M. Tres Cantos
E-28760 Madrid
Tel. +34 91 807 21 00
Fax +34 91 807 21 99
www.gmv.com











-----Mensaje original-----
De: horde-bounces at lists.horde.org [mailto:horde-bounces at lists.horde.org] En nombre de Héctor Moreno Blanco
Enviado el: lunes, 25 de febrero de 2013 9:52
Para: horde at lists.horde.org
Asunto: [horde] IMP - Disable forwards

Hello list,

We want to disable the "Forwards" from the mail menu. In the pref.php file we have this:

// *** Compose Forward Preferences ***

$prefGroups['forward'] = array(
    'column' => _("Compose"),
    'label' => _("Forwards"),
    'desc' => _("Configure how you forward mail."),
    'members' => array('forward_default', 'forward_format') );

// Should the body text of the original message be included?
// If this preference is locked, the user will not be able to select the // forward method.
$_prefs['forward_default'] = array(
    'value' => 'attach',
    'advanced' => true,
    'type' => 'enum',
    'enum' => array(
        'attach' => _("As attachment"),
        'body' => _("In the body text"),
        'both' => _("As both body text and an attachment"),
        'editasnew' => _("Edit as New")
    ),
    'desc' => _("How should messages be forwarded by default?") );

// When forwarding a message, should the same format as the original message // be used (for the body text)?
$_prefs['forward_format'] = array(
    'value' => 0,
    'advanced' => true,
    'type' => 'checkbox',
    'desc' => _("When forwarding a message in the body text, should the same format as the original message be used?") );



I've tried comment this entries, setting value to 0 or locking them, without success.

Could you please help with this?

Thank you very much in advanced.
Kind regards.
________________________________
[cid:image001.gif at 01CE133D.B4B0EDF0]

Héctor Moreno Blanco
División de Seguridad e Infraestructuras / Security and Infrastructures Division /

GMV
Isaac Newton, 11
P.T.M. Tres Cantos
E-28760 Madrid
Tel. +34 91 807 21 00
Fax +34 91 807 21 99
www.gmv.com <http://www.gmv.com/>
[cid:image002.gif at 01CE133D.B4B0EDF0]<http://www.gmv.com/b2_gmv>



[cid:image003.gif at 01CE133D.B4B0EDF0]<http://www.facebook.com/infoGMV>



[cid:image004.gif at 01CE133D.B4B0EDF0]<http://www.twitter.com/infoGMV_es>



[cid:image005.gif at 01CE133D.B4B0EDF0]<http://www.youtube.com/infoGMV>






P Please consider the environment before printing this e-mail.

______________________
This message including any attachments may contain confidential information, according to our Information Security Management System,  and intended solely for a specific individual to whom they are addressed.
 Any unauthorised copy, disclosure or distribution of this message  is strictly forbidden. If you have received this transmission in error,  please notify the sender immediately and delete it.

______________________
Este mensaje, y en su caso, cualquier fichero anexo al mismo,  puede contener informacion clasificada por su emisor como confidencial  en el marco de su Sistema de Gestion de Seguridad de la Informacion siendo para uso exclusivo del destinatario, quedando prohibida su divulgacion copia o distribucion a terceros sin la autorizacion expresa del remitente. Si Vd. ha recibido este mensaje  erroneamente, se ruega lo notifique al remitente y proceda a su borrado.
Gracias por su colaboracion.

______________________


P Please consider the environment before printing this e-mail.

______________________
This message including any attachments may contain confidential 
information, according to our Information Security Management System,
 and intended solely for a specific individual to whom they are addressed.
 Any unauthorised copy, disclosure or distribution of this message
 is strictly forbidden. If you have received this transmission in error,
 please notify the sender immediately and delete it.

______________________
Este mensaje, y en su caso, cualquier fichero anexo al mismo,
 puede contener informacion clasificada por su emisor como confidencial
 en el marco de su Sistema de Gestion de Seguridad de la 
Informacion siendo para uso exclusivo del destinatario, quedando 
prohibida su divulgacion copia o distribucion a terceros sin la 
autorizacion expresa del remitente. Si Vd. ha recibido este mensaje 
 erroneamente, se ruega lo notifique al remitente y proceda a su borrado. 
Gracias por su colaboracion.

______________________



More information about the horde mailing list