Changeset 3389 in subversion
- Timestamp:
- Mar 19, 2010 2:58:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/plugins/additional_message_headers/additional_message_headers.php
r3380 r3389 4 4 * Additional Message Headers 5 5 * 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'); 7 11 * 8 12 * @version @package_version@ 9 13 * @author Ziba Scott 10 14 * @website http://roundcube.net 11 *12 * See config.inc.php.dist13 15 */ 14 16 class additional_message_headers extends rcube_plugin
Note: See TracChangeset
for help on using the changeset viewer.
