mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Switch metamta.differential.unified-comment-context to false by default, this is a little intense for non-mailing-list-installs.
This commit is contained in:
parent
ea0fe6d64b
commit
94f89c08f1
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ return array(
|
||||||
// will give enough context for people who are only viewing the
|
// will give enough context for people who are only viewing the
|
||||||
// reviews in email to understand what is going on. The context will
|
// reviews in email to understand what is going on. The context will
|
||||||
// be created based on the range of the comment.
|
// be created based on the range of the comment.
|
||||||
'metamta.differential.unified-comment-context' => true,
|
'metamta.differential.unified-comment-context' => false,
|
||||||
|
|
||||||
// Prefix prepended to mail sent by Diffusion.
|
// Prefix prepended to mail sent by Diffusion.
|
||||||
'metamta.diffusion.subject-prefix' => '[Diffusion]',
|
'metamta.diffusion.subject-prefix' => '[Diffusion]',
|
||||||
|
|
Loading…
Reference in a new issue