Changeset 3389 in subversion


Ignore:
Timestamp:
Mar 19, 2010 2:58:59 PM (3 years ago)
Author:
alec
Message:
  • describe config
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/plugins/additional_message_headers/additional_message_headers.php

    r3380 r3389  
    44 * Additional Message Headers 
    55 * 
    6  * Very simple plugin which will add additional headers to or remove them from outgoing messages. 
     6 * Very simple plugin which will add additional headers 
     7 * to or remove them from outgoing messages. 
     8 * 
     9 * Enable the plugin in config/main.inc.php and add your desired headers: 
     10 * $rcmail_config['additional_message_headers'] = array('User-Agent'); 
    711 * 
    812 * @version @package_version@ 
    913 * @author Ziba Scott 
    1014 * @website http://roundcube.net 
    11  * 
    12  * See config.inc.php.dist 
    1315 */ 
    1416class additional_message_headers extends rcube_plugin 
Note: See TracChangeset for help on using the changeset viewer.