From 48f0adb02e8aacfc5850fd6ec2f15a9fb1af7561 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 8 Sep 2005 08:43:44 +0100 Subject: virtual feeds (labels) support --- config.php-dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.php-dist') 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. + ?> -- cgit v1.2.3-54-g00ecf