mox/smtpserver
Mechiel Lukkien 15a8ce8c0b
fix warnings by ineffassign, with a one actual issue
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.
2025-03-24 10:25:33 +01:00
..
2023-01-30 14:27:06 +01:00
2023-01-30 14:27:06 +01:00