Change message/rfc822 save file extension
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Apr 2008 20:55:55 +0000 (20:55 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 6 Apr 2008 20:55:55 +0000 (20:55 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13050 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/download.php

index 77b5e040ddf4a7fc856c756cb77e113be75261ce..9561171165a5395262242acde526c5ba85453e26 100644 (file)
@@ -131,7 +131,7 @@ if (strlen($filename) < 1) {
     else if ($type1 == 'postscript' && $type0 == 'application')
         $suffix = 'ps';
     else if ($type1 == 'rfc822' && $type0 == 'message')
-        $suffix = 'msg';
+        $suffix = 'eml';
     else
         $suffix = $type1;