mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 02:45:31 +01:00
Log error
This commit is contained in:
@@ -1340,7 +1340,8 @@ public class MessageHelper {
|
||||
boolean dsn = false;
|
||||
try {
|
||||
dsn = imessage.isMimeType("multipart/report");
|
||||
} catch (Throwable ignored) {
|
||||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
}
|
||||
if (!dsn) {
|
||||
String sender = getSortKey(getFrom());
|
||||
|
||||
Reference in New Issue
Block a user