mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 18:43:23 +02:00
Refactoring
This commit is contained in:
@@ -1941,8 +1941,7 @@ public class MessageHelper {
|
||||
|
||||
downloadAttachment(context, index, local);
|
||||
|
||||
if (Helper.isTnef(local.type) ||
|
||||
("application/octet-stream".equals(local.type) && "winmail.dat".equals(local.name)))
|
||||
if (Helper.isTnef(local.type, local.name))
|
||||
decodeTNEF(context, local);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user