From 4091419a2d62cceef534bdf820253c5252556c4a Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 20 Oct 2010 11:14:23 +0000 Subject: - Add .pdf extension to the list git-svn-id: https://svn.roundcube.net/trunk@4113 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/mimetypes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/roundcubemail/config/mimetypes.php b/roundcubemail/config/mimetypes.php index 3e3ed308f..d404c1f2c 100644 --- a/roundcubemail/config/mimetypes.php +++ b/roundcubemail/config/mimetypes.php @@ -7,6 +7,7 @@ return array( 'xlc' => 'application/vnd.ms-excel', 'xlt' => 'application/vnd.ms-excel', 'xlw' => 'application/vnd.ms-excel', + 'pdf' => 'application/pdf', 'ppt' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'pot' => 'application/vnd.ms-powerpoint', -- cgit v1.2.3