Unifying with STABLE
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 3 Oct 2004 02:37:18 +0000 (02:37 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 3 Oct 2004 02:37:18 +0000 (02:37 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8124 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/attachment_common.php

index 678a0f38713d28bdc8de687c3b2a30ee6ca8d545..3e65014fcc0918661212c0be2278e39cd4dfb51b 100644 (file)
@@ -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 */