mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-25 09:16:56 +01:00
The code was removing the first matching prefix (x- or x-ms-), which caused 'x-ms-bmp' to end up as 'ms-bmp'. It should be 'bmp'. Fixed by reverting the order of tokens in the regexp.