From 46f7b7096450939fe03c95aa81ce06ae4bfca89d Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 28 Mar 2016 06:51:43 -0400
Subject: [PATCH] Enable reply/reply-all/forward buttons also in preview frame of message/rfc822

---
 config/.htaccess |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/config/.htaccess b/config/.htaccess
index 8e6a345..43e24ed 100644
--- a/config/.htaccess
+++ b/config/.htaccess
@@ -1,2 +1,7 @@
-Order allow,deny
-Deny from all 
\ No newline at end of file
+# deny webserver access to this directory
+<ifModule mod_authz_core.c>
+    Require all denied
+</ifModule>
+<ifModule !mod_authz_core.c>
+    Deny from all
+</ifModule>

--
Gitblit v1.9.1