From cf57eb3c5d30042412f11c56e1e9c7b2ac105d91 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <fox@madoka.volgo-balt.ru>
Date: Thu, 4 Apr 2013 09:01:17 +0400
Subject: [PATCH] all articles: allow archived

---
 include/functions.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/functions.php b/include/functions.php
index f4f6ed209..5870649ce 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2412,6 +2412,7 @@
 
 				$vfeed_query_part = "ttrss_feeds.title AS feed_title,";
 			} else if ($feed == -4) { // all articles virtual feed
+				$allow_archived = true;
 				$query_strategy_part = "true";
 				$vfeed_query_part = "ttrss_feeds.title AS feed_title,";
 			} else if ($feed <= LABEL_BASE_INDEX) { // labels
-- 
GitLab