From f82fe2051c9ff5911e3f75e9a97b1116e8d35702 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 10 Mar 2015 07:25:52 +0300 Subject: [PATCH] Handle application/x-fictionbook+xml file type --- .mailcap | 1 + .mime.types | 1 + 2 files changed, 2 insertions(+) diff --git a/.mailcap b/.mailcap index 3fac1f0..a178d72 100644 --- a/.mailcap +++ b/.mailcap @@ -22,6 +22,7 @@ application/x-bittorrent; bittorrent.py %s; test=test -n "$DISPLAY" -a -n "`whic application/x-chm; fbreader %s; description="Compiled HTML files"; test=test -n "$DISPLAY" -a -n "`which fbreader 2>/dev/null`" application/x-dvi; xdvi %s; description="DVI files"; test=test -n "$DISPLAY" -a -n "`which xdvi 2>/dev/null`" application/x-fb2; fbreader %s; description="FicionBook fb2 files"; test=test -n "$DISPLAY" -a -n "`which fbreader 2>/dev/null`" +application/x-fictionbook+xml; fbreader %s; description="FicionBook fb2 files"; test=test -n "$DISPLAY" -a -n "`which fbreader 2>/dev/null`" application/x-fig; xfig %s; description="FIG files"; test=test -n "$DISPLAY" -a -n "`which xfig 2>/dev/null`" application/x-tar; tar tvf %s; description="TAR files"; copiousoutput diff --git a/.mime.types b/.mime.types index df30525..d9e48b3 100644 --- a/.mime.types +++ b/.mime.types @@ -178,6 +178,7 @@ application/x-envoy evy application/x-executable application/x-expandedbook ebk application/x-fb2 fb2 +application/x-fictionbook+xml fb2 application/x-fmr fmr application/x-font pfa pfb gsf pcf pcf.Z ttf TTF # Font File application/x-fr fr -- 2.39.2