]> Sergey Matveev's repositories - public-inbox.git/commit
mbox: handle empty subjects after dropping "Re:" prefix
authorEric Wong <e@yhbt.net>
Sat, 25 Jan 2020 02:47:08 +0000 (02:47 +0000)
committerEric Wong <e@yhbt.net>
Sat, 25 Jan 2020 09:00:39 +0000 (09:00 +0000)
commit0cf1c8b305e15d9ca9869c624a71c96b96a7a5cc
tree72a4e119bc31b1245ac7034a1825448cd78b7321
parent2a56039ff6a6a8d0b04437b5463c172ecab002c5
mbox: handle empty subjects after dropping "Re:" prefix

We can't pass empty strings to `to_filename' without
triggering warnings, and `to_filename' on an empty string
makes no sense.
lib/PublicInbox/Mbox.pm