]> Sergey Matveev's repositories - public-inbox.git/commit
smsg: inline _extract_mid functionality
authorEric Wong <e@yhbt.net>
Wed, 1 Apr 2020 06:16:18 +0000 (06:16 +0000)
committerEric Wong <e@yhbt.net>
Thu, 2 Apr 2020 10:27:42 +0000 (10:27 +0000)
commit5557b4511a0717766364969fd374d567631e3ecf
treeed11973dbb6deeba03c4c5ef18ee1d8644078193
parent28e2c4597f411590e4630911538e2f5973c50ea5
smsg: inline _extract_mid functionality

No need to keep an extra sub which isn't called anywhere else,
and the mid_clean call is redundant since mid_mime already
plucks the msgid out of the angle brackets.
lib/PublicInbox/Smsg.pm