1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02: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:
epriestley 2012-08-14 16:26:36 -07:00
parent ea0fe6d64b
commit 94f89c08f1

View file

@ -387,7 +387,7 @@ return array(
// will give enough context for people who are only viewing the
// reviews in email to understand what is going on. The context will
// 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.
'metamta.diffusion.subject-prefix' => '[Diffusion]',