mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 13:48:58 +00:00
Small improvement
This commit is contained in:
parent
5478eff926
commit
64d387ed79
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue