From f97ab00520a11bd517e016427e1b319b53ac8aa7 Mon Sep 17 00:00:00 2001 From: Michael Watters Date: Nov 30 2016 20:10:39 +0000 Subject: Bug - Update documentation to match the default EMAIL_SEND value The default value for EMAIL_SEND is actually set to *False*. Documentation should be updated to match this. --- diff --git a/doc/configuration.rst b/doc/configuration.rst index 9660ecb..5428054 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -525,7 +525,7 @@ This configuration key enables or disables all email notifications for this pagure instance. This can be useful to turn off when developing on pagure, or for test or pre-production instances. -Defaults to: ``True``. +Defaults to: ``False``. .. note:: This does not disable emails to the email address set in ``EMAIL_ERROR``.