mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Rewrite application/x-zip-compressed to application/zip
This commit is contained in:
parent
73edf5c31a
commit
20eab9c812
@ -888,7 +888,8 @@ public class MimeUtility {
|
|||||||
*/
|
*/
|
||||||
private static final String[][] MIME_TYPE_REPLACEMENT_MAP = new String[][] {
|
private static final String[][] MIME_TYPE_REPLACEMENT_MAP = new String[][] {
|
||||||
{"image/jpg", "image/jpeg"},
|
{"image/jpg", "image/jpeg"},
|
||||||
{"image/pjpeg", "image/jpeg"} // see issue 1712
|
{"image/pjpeg", "image/jpeg"}, // see issue 1712
|
||||||
|
{"application/x-zip-compressed", "application/zip"} // see issue 3791
|
||||||
};
|
};
|
||||||
|
|
||||||
public static String unfold(String s) {
|
public static String unfold(String s) {
|
||||||
|
Loading…
Reference in New Issue
Block a user