mirror of https://github.com/M66B/FairEmail.git
Reduced logging
This commit is contained in:
parent
7dc4f6ecf3
commit
e36427894c
|
@ -728,10 +728,10 @@ public class MessageHelper {
|
||||||
filename = null;
|
filename = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
Log.i("Part" +
|
//Log.i("Part" +
|
||||||
" disposition=" + disposition +
|
// " disposition=" + disposition +
|
||||||
" filename=" + filename +
|
// " filename=" + filename +
|
||||||
" content type=" + part.getContentType());
|
// " content type=" + part.getContentType());
|
||||||
|
|
||||||
if (!Part.ATTACHMENT.equalsIgnoreCase(disposition) &&
|
if (!Part.ATTACHMENT.equalsIgnoreCase(disposition) &&
|
||||||
((parts.plain == null && part.isMimeType("text/plain")) ||
|
((parts.plain == null && part.isMimeType("text/plain")) ||
|
||||||
|
|
Loading…
Reference in New Issue