From 956abe9ad5f13a0d1755262be412d6a54fda72e9 Mon Sep 17 00:00:00 2001 From: "Eric Wong (Contractor, The Linux Foundation)" Date: Mon, 26 Mar 2018 19:33:18 +0000 Subject: view: depend on SearchMsg for Message-ID Since we need to handle messages with multiple and duplicate Message-ID headers, our thread skeleton display must account for that. Since we have a "preferred" Message-ID in case of conflicts, use it as the UUID in an Atom feed so readers do not get confused by conflicts. --- lib/PublicInbox/WWW.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/PublicInbox/WWW.pm') diff --git a/lib/PublicInbox/WWW.pm b/lib/PublicInbox/WWW.pm index f5ed271e..a2c2a4a6 100644 --- a/lib/PublicInbox/WWW.pm +++ b/lib/PublicInbox/WWW.pm @@ -225,6 +225,7 @@ sub get_mid_txt { sub get_mid_html { my ($ctx) = @_; require PublicInbox::View; + searcher($ctx); PublicInbox::View::msg_page($ctx) || r404($ctx); } -- cgit v1.2.3-24-ge0c7