Put names to checkboxes that can be used by others
[squirrelmail.git] / 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;