- Shipped
- September 25, 2026 at 11:13 PM UTC
- Author
- Kamo
- Commit
- 285ee8b
"kamo Marketing teaser" listed with a paperclip and opened with nothing to download. It has no file: the two parts it carries are the 14px phone and email icons in the sender's signature, which the body draws through cid:. The parser already knew that -- it counts only parts the body does not draw -- but getMessage then overwrote its verdict with "any part at all", and both indexers (new mail and the folder re-sync) record the paperclip from getMessage. So every message signed with those icons looked like it carried an attachment. getMessage now keeps the parser's rule. Rows already indexed are corrected separately; this stops new ones.
