Browse Source

Change message/rfc822 save file extension

pdontthink 17 years ago
parent
commit
f381454a89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/download.php

+ 1 - 1
src/download.php

@@ -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;