]> Sergey Matveev's repositories - public-inbox.git/commit
switch read-only uses of walk_parts to msg_iter
authorEric Wong <e@80x24.org>
Thu, 19 May 2016 00:31:50 +0000 (00:31 +0000)
committerEric Wong <e@80x24.org>
Thu, 19 May 2016 19:24:21 +0000 (19:24 +0000)
commit21a5cfeb30afef90ca888d425b62651466eed9e3
treea39f11d0538cada517b8dd0bc3696328c6cf2e4e
parent4f7977b42aab1595b3a45b41e19499b38c46c8cc
switch read-only uses of walk_parts to msg_iter

msg_iter lets us know the index of the attachment,
allow us to make more sensible labels and in a future
commit, hyperlinks to download attachments.
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/View.pm
t/view.t