From 9655bd421022dd6488b21184cc9fd0242c6b345e Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 8 Dec 2009 22:50:45 -0500 Subject: added interesting and ignored tag selectors (works) and per-tag subscription (not tested yet) --- forum/const.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'forum/const.py') 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'))) -- cgit v1.2.3-1-g7c22