summaryrefslogtreecommitdiff
path: root/src/fr-command-zip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command-zip.c')
-rw-r--r--src/fr-command-zip.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/fr-command-zip.c b/src/fr-command-zip.c
index eaee1d8..a5326ba 100644
--- a/src/fr-command-zip.c
+++ b/src/fr-command-zip.c
@@ -381,7 +381,14 @@ fr_command_zip_handle_error (FrCommand *comm,
}
-const char *zip_mime_type[] = { "application/x-cbz",
+const char *zip_mime_type[] = {
+ "application/vnd.oasis.opendocument.presentation",
+ "application/vnd.oasis.opendocument.spreadsheet",
+ "application/vnd.oasis.opendocument.text",
+ "application/vnd.oasis.opendocument.presentation-template",
+ "application/vnd.oasis.opendocument.spreadsheet-template",
+ "application/vnd.oasis.opendocument.text-template",
+ "application/x-cbz",
"application/x-ear",
"application/x-ms-dos-executable",
"application/x-war",