disable labels by default

This commit is contained in:
Andrew Dolgov 2005-09-08 09:00:47 +01:00
parent 48f0adb02e
commit 7f4bd25627
1 changed files with 1 additions and 1 deletions

View File

@ -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.