From: pdontthink Date: Sun, 6 Apr 2008 20:55:55 +0000 (+0000) Subject: Change message/rfc822 save file extension X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=675c2a6fd06af5eab5890baeb35c1fbea28f2649;p=squirrelmail.git Change message/rfc822 save file extension git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13050 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/download.php b/src/download.php index 77b5e040..95611711 100644 --- a/src/download.php +++ b/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;