disable labels by default

master
Andrew Dolgov 19 years ago
parent 48f0adb02e
commit 7f4bd25627

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

Loading…
Cancel
Save