mirror of https://github.com/M66B/FairEmail.git
Override GPX mime type
This commit is contained in:
parent
e1f63cd1c3
commit
84464bbb40
|
@ -188,6 +188,9 @@ public class EntityAttachment {
|
||||||
type = gtype;
|
type = gtype;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ("gpx".equals(extension))
|
||||||
|
return "application/gpx+xml";
|
||||||
|
|
||||||
if ("eml".equals(extension))
|
if ("eml".equals(extension))
|
||||||
return "message/rfc822";
|
return "message/rfc822";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue