1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-19 13:48:58 +00:00

Small improvement

This commit is contained in:
M66B 2021-09-13 21:15:14 +02:00
parent 5478eff926
commit 64d387ed79

View file

@ -653,7 +653,7 @@ public class Helper {
return true;
if ("application/octet-stream".equals(type) &&
"winmail.dat".equals(name))
"winmail.dat".equalsIgnoreCase(name))
return true;
return false;