diff options
author | friendica <info@friendica.com> | 2012-03-15 15:30:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-15 15:30:52 -0700 |
commit | 5d2c590fa93764c19043981e8398d97c6bae902b (patch) | |
tree | 5f8ac29b83606f9405430a7605dd42b8d66bef43 /htconfig.php | |
parent | 5c75d40c0b6bee04d8c58a6f88ecbbe34684874a (diff) | |
parent | b5120888cf6e3aac29aa2a8d80bddcab73822e1e (diff) | |
download | volse-hubzilla-5d2c590fa93764c19043981e8398d97c6bae902b.tar.gz volse-hubzilla-5d2c590fa93764c19043981e8398d97c6bae902b.tar.bz2 volse-hubzilla-5d2c590fa93764c19043981e8398d97c6bae902b.zip |
Merge pull request #136 from annando/master
Mail improvements, item caching and so on
Diffstat (limited to 'htconfig.php')
-rwxr-xr-x | htconfig.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htconfig.php b/htconfig.php index f52aed2b1..9d9c8a2c7 100755 --- a/htconfig.php +++ b/htconfig.php @@ -79,3 +79,9 @@ $a->config['system']['theme'] = 'duepuntozero'; // By default allow pseudonyms $a->config['system']['no_regfullname'] = true; + +// If set to true the priority settings of ostatus contacts are used +$a->config['system']['ostatus_use_priority'] = false; + +// If enabled all items are cached in the given directory +$a->config['system']['itemcache'] = ""; |