Override GPX mime type

pull/178/head
M66B 5 years ago
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…
Cancel
Save