disable labels by default
This commit is contained in:
parent
48f0adb02e
commit
7f4bd25627
|
@ -25,7 +25,7 @@
|
||||||
define(ENABLE_PREFS_CATCHUP_UNCATCHUP, false);
|
define(ENABLE_PREFS_CATCHUP_UNCATCHUP, false);
|
||||||
// enable "Mark as read/unread" buttons in preferences dialog
|
// 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
|
// experimental support for virtual feeds or labels based on user
|
||||||
// crafted SQL queries. This feature is highly experimental and
|
// crafted SQL queries. This feature is highly experimental and
|
||||||
// at this point not user friendly. Use with caution.
|
// at this point not user friendly. Use with caution.
|
||||||
|
|
Loading…
Reference in New Issue