1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-25 07:01:50 -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 {
} }
} }
private static String getContentDisposition(Part part) {
public static String getContentDisposition(Part part) {
try { try {
String disposition = part.getDisposition(); String disposition = part.getDisposition();
if (disposition != null) { if (disposition != null) {