X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/410bfa05ee36ed1d99356c443a5f3f6aa3ee9578..0ba16baba0615dd405486c7d87f943d71518375c:/forum/settings/email.py diff --git a/forum/settings/email.py b/forum/settings/email.py index fb49f99..d1a46c4 100644 --- a/forum/settings/email.py +++ b/forum/settings/email.py @@ -39,3 +39,5 @@ EMAIL_SUBJECT_PREFIX = Setting('EMAIL_SUBJECT_PREFIX', '', EMAIL_SET, dict( label = _("Email subject prefix"), help_text = _("Every email sent through your website will have the subject prefixed by this string. It's usually a good idea to have such a prefix so your users can easilly set up a filter on theyr email clients."), required=False)) + +EMAIL_DIGEST_CONTROL = Setting('EMAIL_DIGEST_CONTROL', None)