Override GPX mime type

pull/178/head
M66B 4 years ago
parent e1f63cd1c3
commit 84464bbb40

@ -188,6 +188,9 @@ public class EntityAttachment {
type = gtype;
}
if ("gpx".equals(extension))
return "application/gpx+xml";
if ("eml".equals(extension))
return "message/rfc822";

Loading…
Cancel
Save