virtual feeds (labels) support

This commit is contained in:
Andrew Dolgov
2005-09-08 08:43:44 +01:00
parent 7bb699de1c
commit 48f0adb02e
10 changed files with 519 additions and 26 deletions

View File

@@ -25,5 +25,10 @@
define(ENABLE_PREFS_CATCHUP_UNCATCHUP, false);
// enable "Mark as read/unread" buttons in preferences dialog
define(ENABLE_LABELS, true);
// 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.
?>