]> Sergey Matveev's repositories - public-inbox.git/commit
overidx: parse_references: less error-prone args
authorEric Wong <e@yhbt.net>
Fri, 20 Mar 2020 08:18:17 +0000 (08:18 +0000)
committerEric Wong <e@yhbt.net>
Sun, 22 Mar 2020 09:00:23 +0000 (09:00 +0000)
commitd34a4b80724e3f77a507ad08b91039427b0e09d5
treec930108cd1964e26059fce8e5b015798b20be324
parent33ce2aa920d9ebffb0affcb216ebf03320c7492d
overidx: parse_references: less error-prone args

Favor `$smsg->{mid}' instead of `$mid0' to reduce parameters
down-the-line, but favor passing the Email::MIME::Header object
around instead of relying on the bloat-prone `$smsg->{mime}'
and calling ->header_obj on it.
lib/PublicInbox/OverIdx.pm
lib/PublicInbox/SearchIdx.pm