summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-20 11:14:23 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-20 11:14:23 +0000
commit4091419a2d62cceef534bdf820253c5252556c4a (patch)
treec9c225b84981180f907ee0d756ccfe5ffbcf1c97
parent1740630d85b32a782a820c66ed2ec64880aa5147 (diff)
- Add .pdf extension to the list
git-svn-id: https://svn.roundcube.net/trunk@4113 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/config/mimetypes.php1
1 files changed, 1 insertions, 0 deletions
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',