]> Sergey Matveev's repositories - public-inbox.git/commit
extmsg: avoid exceptions when /all/$MSGID/ fails
authorEric Wong <e@80x24.org>
Thu, 10 Dec 2020 23:04:50 +0000 (23:04 +0000)
committerEric Wong <e@80x24.org>
Fri, 11 Dec 2020 03:38:08 +0000 (03:38 +0000)
commitac4f951e03eaf635c8dd20a6f42bfc71b0011412
treeb70507449df7f54afeeb4e9f486958a7946398d4
parentaaf5e53c44a2123f80133e1722cc864f17010808
extmsg: avoid exceptions when /all/$MSGID/ fails

If a message can't be found in ->ALL, we shouldn't attempt to
enter code paths which iterate normal inboxes or attempt to
access non-existent fields (e.g. {name}, {newsgroup},
{inboxdir}) in the ExtSearch object.
lib/PublicInbox/ExtMsg.pm