From f92db4f5e750358bf49f4aa81d6f91b00e006494 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Sep 2005 16:50:12 +0100 Subject: purging of old posts is actually configurable now, added comments for some configuration options, interface cleanups --- backend.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 0fb3d1e85..ef6caf0b1 100644 --- a/backend.php +++ b/backend.php @@ -562,11 +562,15 @@ Edit  Remove  - Mark as read  - Mark as unread  + href=\"javascript:removeSelectedFeeds()\">Remove "; + if (ENABLE_PREFS_CATCHUP_UNCATCHUP) { + print " + Mark as read  + Mark as unread "; + } + print " All feeds:  Export OPML"; -- cgit v1.2.3