summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorGuy Brand <gb@unistra.fr>2010-12-31 15:46:43 +0100
committerGuy Brand <gb@unistra.fr>2010-12-31 15:46:43 +0100
commit5526795c71a703486ddd19bf986e6a0cf7309945 (patch)
tree4a3ee6aa999b0370b123a982848197217f9efd2b /conf
parente6cecb0872ef457f44529edbc736aba3dc3ac258 (diff)
downloadrpg-5526795c71a703486ddd19bf986e6a0cf7309945.tar.gz
rpg-5526795c71a703486ddd19bf986e6a0cf7309945.tar.bz2
Allow a prefix for subject of sent mails (Close FS#2021)
Diffstat (limited to 'conf')
-rw-r--r--conf/dokuwiki.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php
index 2405494e0..90fbb8174 100644
--- a/conf/dokuwiki.php
+++ b/conf/dokuwiki.php
@@ -99,6 +99,7 @@ $conf['fetchsize'] = 0; //maximum size (bytes) fetch.php may do
$conf['notify'] = ''; //send change info to this email (leave blank for nobody)
$conf['registernotify'] = ''; //send info about newly registered users to this email (leave blank for nobody)
$conf['mailfrom'] = ''; //use this email when sending mails
+$conf['mailprefix'] = ''; //use this as prefix of outgoing mails
$conf['gzip_output'] = 0; //use gzip content encodeing for the output xhtml (if allowed by browser)
$conf['gdlib'] = 2; //the GDlib version (0, 1 or 2) 2 tries to autodetect
$conf['im_convert'] = ''; //path to ImageMagicks convert (will be used instead of GD)