[PATCH] Add .ff and .ff.bz2 to filter rules

From: FRIGN <dev_AT_frign.de>
Date: Thu, 14 Jul 2016 11:19:36 +0200

So you can use them directly :)
---
 config.def.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
index 92d577c..eac96db 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -47,5 +47,7 @@ static Shortcut shortcuts[] = {
 };
 
 static Filter filters[] = {
-	{ "\\.(png|jpg|gif)$", "2ff" },
+	{ "\\.ff$", "cat" },
+	{ "\\.ff.bz2$", "bunzip2" },
+	{ "\\.[a-z0-9]+$", "2ff" },
 };
-- 
2.4.10
--Multipart=_Thu__14_Jul_2016_11_23_17_+0200_7I0oHPZ+UHj8SzTi--
Received on Mon Sep 17 2001 - 00:00:00 CEST

This archive was generated by hypermail 2.3.0 : Thu Jul 14 2016 - 11:36:16 CEST