mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 10:03:51 +02:00
Small improvement
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user