Loading src/com/fsck/k9/mail/store/LocalStore.java +3 −1 Original line number Diff line number Diff line Loading @@ -2402,7 +2402,9 @@ public class LocalStore extends Store implements Serializable { if (disposition != null) { String s = MimeUtility.getHeaderParameter(disposition, "size"); if (s != null) { try { size = Integer.parseInt(s); } catch (NumberFormatException e) { /* Ignore */ } } } } Loading Loading
src/com/fsck/k9/mail/store/LocalStore.java +3 −1 Original line number Diff line number Diff line Loading @@ -2402,7 +2402,9 @@ public class LocalStore extends Store implements Serializable { if (disposition != null) { String s = MimeUtility.getHeaderParameter(disposition, "size"); if (s != null) { try { size = Integer.parseInt(s); } catch (NumberFormatException e) { /* Ignore */ } } } } Loading