浏览代码

Change message/rfc822 save file extension

pdontthink 17 年之前
父节点
当前提交
f381454a89
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;