diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-11-18 15:32:20 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-11-18 15:32:20 +0000 |
| commit | 6fc55664818d6dc30f115c21a34b2a699eaa3a7d (patch) | |
| tree | e797a9fddde54c7871714eaf4cc1910dbd3978c8 /roundcubemail/config | |
| parent | 0d8a302324a48dfa7fa2451df8acffa962f3e8b8 (diff) | |
Fixed minor bugs
git-svn-id: https://svn.roundcube.net/trunk@85 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 2220a57ee..6a0ada4c5 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -110,6 +110,12 @@ $rcmail_config['message_sort_col'] = 'date'; // default sort order $rcmail_config['message_sort_order'] = 'DESC'; +// path to a text file which will be added to each sent message +// paths are relative to the RoundCube root folder +$rcmail_config['generic_message_footer'] = ''; + +// this string is used as a delimiter for message headers when sending +$rcmail_config['mail_header_delimiter'] = "\r\n"; /***** these settings can be overwritten by user's preferences *****/ |
