add ff and ff.bz2 support in config.def.h
authorFRIGN <dev@frign.de>
Thu, 14 Jul 2016 09:23:17 +0000 (11:23 +0200)
committerMarkus Teich <markus.teich@stusta.mhn.de>
Thu, 14 Jul 2016 10:23:53 +0000 (12:23 +0200)
config.def.h

index 023f8cd91f924d13dadafa14198d3744b8c88c4c..f66d121a0fc96bd65b0116949beb54f3aad671e5 100644 (file)
@@ -49,5 +49,7 @@ static Shortcut shortcuts[] = {
 };
 
 static Filter filters[] = {
-       { "\\.(png|jpg|gif)$", "2ff" },
+       { "\\.ff$", "cat" },
+       { "\\.ff.bz2$", "bunzip2" },
+       { "\\.[a-z0-9]+$", "2ff" },
 };