From 7f4bd25627184798f9aa38e164dfa902172b3375 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 8 Sep 2005 09:00:47 +0100 Subject: [PATCH] disable labels by default --- config.php-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php-dist b/config.php-dist index bb110fe7..a0940820 100644 --- a/config.php-dist +++ b/config.php-dist @@ -25,7 +25,7 @@ define(ENABLE_PREFS_CATCHUP_UNCATCHUP, false); // enable "Mark as read/unread" buttons in preferences dialog - define(ENABLE_LABELS, true); + define(ENABLE_LABELS, false); // 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. -- 2.39.5