summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-08 09:00:47 +0100
committerAndrew Dolgov <[email protected]>2005-09-08 09:00:47 +0100
commit7f4bd25627184798f9aa38e164dfa902172b3375 (patch)
treedc17fa7467170faf3d6c2c88bd01b796798cdd7a /config.php-dist
parent48f0adb02e8aacfc5850fd6ec2f15a9fb1af7561 (diff)
disable labels by default
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index bb110fe7a..a0940820e 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.