Ver Fonte

Change message/rfc822 save file extension

pdontthink há 17 anos atrás
pai
commit
f381454a89
1 ficheiros alterados com 1 adições e 1 exclusões
  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;