diff options
author | Victor Kareh <[email protected]> | 2018-08-01 12:42:52 -0400 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2018-08-01 12:42:52 -0400 |
commit | 10e665ff9b410553582f3764674fabe8d6a3e246 (patch) | |
tree | 00fd59082a4038d41640a421137be9bbd8f5df30 /src/fr-command-zip.c | |
parent | 7c0038aac0f4fdfca4c940fbce9aad433d953c1e (diff) | |
download | engrampa-10e665ff9b410553582f3764674fabe8d6a3e246.tar.bz2 engrampa-10e665ff9b410553582f3764674fabe8d6a3e246.tar.xz |
Add support for OpenDocument formats
Diffstat (limited to 'src/fr-command-zip.c')
-rw-r--r-- | src/fr-command-zip.c | 9 |
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", |