mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 02:28:15 +03:00

In store/search.go, we would make a copy of a byte array, but then still use the original instead of the copy. Could result in search operations not finding messages that do have the content, but under very unlikely conditions only. We'll keep running ineffassign with "make check", useful enough.