[horde] IMP - Disable forwards

Héctor Moreno Blanco hmoreno at gmv.com
Mon Feb 25 08:51:40 UTC 2013


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.

______________________

-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 5711 bytes
Desc: image001.gif
URL: <http://lists.horde.org/archives/horde/attachments/20130225/ed61e028/attachment-0005.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.gif
Type: image/gif
Size: 1306 bytes
Desc: image002.gif
URL: <http://lists.horde.org/archives/horde/attachments/20130225/ed61e028/attachment-0006.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.gif
Type: image/gif
Size: 1309 bytes
Desc: image003.gif
URL: <http://lists.horde.org/archives/horde/attachments/20130225/ed61e028/attachment-0007.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image004.gif
Type: image/gif
Size: 1279 bytes
Desc: image004.gif
URL: <http://lists.horde.org/archives/horde/attachments/20130225/ed61e028/attachment-0008.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image005.gif
Type: image/gif
Size: 1323 bytes
Desc: image005.gif
URL: <http://lists.horde.org/archives/horde/attachments/20130225/ed61e028/attachment-0009.gif>


More information about the horde mailing list