Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37866567
en ru br
ALT Linux repos
S:1.9.0-alt1

Group :: Networking/Mail
RPM: public-inbox

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 0002-Hide-from-thread-missing-messages.patch
Download


From 7c0a1d5301983c22f9d234399610b3cc81b03c52 Mon Sep 17 00:00:00 2001
From: Alexey Gladkov <legion@altlinux.org>
Date: Mon, 16 Nov 2020 18:28:04 +0300
Subject: [PATCH] Hide from thread missing messages
Signed-off-by: Alexey Gladkov <legion@altlinux.org>
---
 lib/PublicInbox/View.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index 1d5119cd..5e93a996 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -955,7 +955,7 @@ sub dedupe_subject {
 
 sub skel_dump { # walk_thread callback
 	my ($ctx, $level, $smsg) = @_;
-	$smsg->{blob} or return _skel_ghost($ctx, $level, $smsg);
+	$smsg->{blob} or return 1; #_skel_ghost($ctx, $level, $smsg);
 
 	my $skel = $ctx->{skel};
 	my $cur = $ctx->{cur};
-- 
2.25.4
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin