diff --git a/src/mimefactory.rs b/src/mimefactory.rs index 449f3f4e0..f99a49715 100644 --- a/src/mimefactory.rs +++ b/src/mimefactory.rs @@ -894,7 +894,7 @@ impl<'a, 'b> MimeFactory<'a, 'b> { ) .header(( "Content-Disposition", - "attachment; filename=\"message.kml\"", + "attachment; filename=\"location.kml\"", )) .body(kml_content), );