From: jervfors Date: Sun, 3 Oct 2004 02:37:18 +0000 (+0000) Subject: Unifying with STABLE X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=ab8b558f677ca202220f48414b56825deecb4587 Unifying with STABLE git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8124 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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 */