diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-11 13:57:02 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-11 13:57:02 +0000 |
| commit | 765819f830bb3e8f146e7915cc38813b41dab1e7 (patch) | |
| tree | 5e6e49a149ce7d82c1c36ca7f5df5a43eabdb706 /roundcubemail/config | |
| parent | 498d56de780bdfdaa5b97e200a0ab83b01e6eb46 (diff) | |
- Add option to set separate footer for HTML messages (#1486660)
git-svn-id: https://svn.roundcube.net/trunk@3744 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 991d757a7..0f32b5788 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -225,6 +225,10 @@ $rcmail_config['include_host_config'] = false; // paths are relative to the RoundCube root folder $rcmail_config['generic_message_footer'] = ''; +// path to a text file which will be added to each sent HTML message +// paths are relative to the RoundCube root folder +$rcmail_config['generic_message_footer_html'] = ''; + // add a received header to outgoing mails containing the creators IP and hostname $rcmail_config['http_received_header'] = false; |
