From ab8b558f677ca202220f48414b56825deecb4587 Mon Sep 17 00:00:00 2001 From: jervfors Date: Sun, 3 Oct 2004 02:37:18 +0000 Subject: [PATCH] Unifying with STABLE git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8124 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/attachment_common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/attachment_common.php b/functions/attachment_common.php index 678a0f38..3e65014f 100644 --- a/functions/attachment_common.php +++ b/functions/attachment_common.php @@ -31,6 +31,7 @@ $FileExtensionToMimeType = array('bmp' => 'image/x-bitmap', 'png' => 'image/png', 'rtf' => 'text/richtext', 'txt' => 'text/plain', + 'patch'=> 'text/plain', 'vcf' => 'text/x-vcard'); /* Register browser-supported image types */ -- 2.25.1