diff options
author | rbuj <[email protected]> | 2020-10-05 15:58:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-10-17 17:55:40 +0200 |
commit | 84fb5cfe96263f79e50b68a5a6996e40c514cf74 (patch) | |
tree | 83fd1f200a490996a556b77f5c77d4b3f112e3a1 /caja/caja-engrampa.c | |
parent | 6408a9a684e3fca9a9cae893759f1a8a807df5b2 (diff) | |
download | engrampa-84fb5cfe96263f79e50b68a5a6996e40c514cf74.tar.bz2 engrampa-84fb5cfe96263f79e50b68a5a6996e40c514cf74.tar.xz |
Add Electronic Publication (EPUB) support
$ file -b --mime-type don-quijoti-epub3.epub
application/epub+zip
Diffstat (limited to 'caja/caja-engrampa.c')
-rw-r--r-- | caja/caja-engrampa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/caja/caja-engrampa.c b/caja/caja-engrampa.c index ab32d59..57b440a 100644 --- a/caja/caja-engrampa.c +++ b/caja/caja-engrampa.c @@ -145,6 +145,7 @@ static struct { } archive_mime_types[] = { { "application/vnd.debian.binary-package", TRUE }, { "application/vnd.ms-cab-compressed", TRUE }, + { "application/epub+zip", TRUE }, { "application/x-7z-compressed", TRUE }, { "application/x-7z-compressed-tar", TRUE }, { "application/x-ace", TRUE }, |