summaryrefslogtreecommitdiffstats
path: root/forum/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/const.py')
-rw-r--r--forum/const.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/forum/const.py b/forum/const.py
index 312dde26..91b6f5e5 100644
--- a/forum/const.py
+++ b/forum/const.py
@@ -87,3 +87,6 @@ CONST = {
'default_version' : _('initial version'),
'retagged' : _('retagged'),
}
+
+#how to filter questions by tags in email digests?
+TAG_EMAIL_FILTER_CHOICES = (('ignored', _('exclude ignored tags')),('interesting',_('allow only interesting tags')))