summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-08 08:43:44 +0100
committerAndrew Dolgov <[email protected]>2005-09-08 08:43:44 +0100
commit48f0adb02e8aacfc5850fd6ec2f15a9fb1af7561 (patch)
tree54e2415464a16c4f5fc094869fce93cc0bc613db /config.php-dist
parent7bb699de1c568c23c1f102f4b9396d8294dfc242 (diff)
virtual feeds (labels) support
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index d5bcdc9b9..bb110fe7a 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -25,5 +25,10 @@
define(ENABLE_PREFS_CATCHUP_UNCATCHUP, false);
// enable "Mark as read/unread" buttons in preferences dialog
+ define(ENABLE_LABELS, true);
+ // experimental support for virtual feeds or labels based on user
+ // crafted SQL queries. This feature is highly experimental and
+ // at this point not user friendly. Use with caution.
+
?>