X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FExtMsg.pm;h=47f00b5e3ec179f4167deffd433c56b56b712c25;hb=789f1c6718481eec59a8c7add6025b8e85040aa9;hp=d07d5a79edb720869d53d7d8f8bf5fb7130f7643;hpb=0cd78b139de44c9018d623d2004d65184fff3275;p=public-inbox.git diff --git a/lib/PublicInbox/ExtMsg.pm b/lib/PublicInbox/ExtMsg.pm index d07d5a79..47f00b5e 100644 --- a/lib/PublicInbox/ExtMsg.pm +++ b/lib/PublicInbox/ExtMsg.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2018 all contributors +# Copyright (C) 2015-2019 all contributors # License: AGPL-3.0+ # # Used by the web interface to link to messages outside of the our @@ -80,7 +80,6 @@ sub ext_msg { my $mid = $ctx->{mid}; eval { require PublicInbox::Msgmap }; - my $have_mm = $@ ? 0 : 1; my (@ibx, @found); $ctx->{www}->{pi_config}->each_inbox(sub {