1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

WS / visibility

This commit is contained in:
Jan Berkel 2014-12-15 12:45:04 +01:00
parent 36ef6df018
commit 2a2e18e8b6

View File

@ -410,9 +410,7 @@ public class MessageExtractor {
}
}
public static String getContentDisposition(Part part) {
private static String getContentDisposition(Part part) {
try {
String disposition = part.getDisposition();
if (disposition != null) {