From 58e3602a37cccab55f71fbf839b32fbc4322699c Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 04 Feb 2006 14:08:10 -0500
Subject: [PATCH] Bugfixes for encoding and sending with attachments

---
 .htaccess |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index bb8fb50..0a3faf2 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,6 @@
-php_flag   display_errors 	On
-php_value  upload_max_filesize  2m
+AddDefaultCharset	UTF-8
+php_flag	display_errors	On
+php_value	upload_max_filesize	2m
 
 <FilesMatch "(\.inc|\~)$|^_">
   Order allow,deny

--
Gitblit v1.9.1