From 50c7535072aeaa843b8ece23374057f110e43ee7 Mon Sep 17 00:00:00 2001
From: till <till@php.net>
Date: Wed, 13 Feb 2008 20:22:44 -0500
Subject: [PATCH] * added config variable for mime magic

---
 config/main.inc.php.dist |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index 4492d53..67e0c49 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -276,5 +276,8 @@
 // don't let users set pagesize to more than this value if set
 $rcmail_config['max_pagesize'] = 200;
 
+// mime magic database
+$rcmail_config['mime_magic'] = '/usr/share/misc/magic';
+
 // end of config file
 ?>

--
Gitblit v1.9.1