From e06797ae541b8fcb65030531d854184e7ba2c70d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 13 Apr 2016 03:04:11 +0000 Subject: www: stop generating /$MESSAGE_ID/f/ links Quote-folding can be detrimental as it fails to hide the real problem of over-quoting. Over-quoting wastes bandwidth and space for all readers, not just WWW readers of the public-inbox. So hopefully removing quote-folding support from the WWW interface can shame those repliers into quoting only relevant portions of what they reply to. --- lib/PublicInbox/Feed.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/PublicInbox/Feed.pm') diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index 54fa6e5d..096bff9d 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -316,7 +316,7 @@ sub add_to_feed { defined $mid or return 0; $mid = PublicInbox::Hval->new_msgid($mid); my $href = $mid->as_href; - my $content = PublicInbox::View->feed_entry($mime, "$midurl$href/f/"); + my $content = PublicInbox::View->feed_entry($mime); defined($content) or return 0; $mime = undef; -- cgit v1.2.3-24-ge0c7