Change message file suffix from .eml to .msg (as in download.php/compose.php) so...
authoralex-brainstorm <alex-brainstorm@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 4 Sep 2003 02:24:09 +0000 (02:24 +0000)
committeralex-brainstorm <alex-brainstorm@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 4 Sep 2003 02:24:09 +0000 (02:24 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5620 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/move_messages.php

index 8200de48fa4b54d1c1664d38aa054c15db5507d3..4fe2994ada578f85034705b26dc9ea70972a4108 100644 (file)
@@ -77,7 +77,7 @@ function attachSelectedMessages($msg, $imapConnection) {
             $fp = fopen( $full_localfilename, 'wb');
             fwrite ($fp, $body);
             fclose($fp);
             $fp = fopen( $full_localfilename, 'wb');
             fwrite ($fp, $body);
             fclose($fp);
-            $composeMessage->initAttachment('message/rfc822',$subject.'.eml',
+            $composeMessage->initAttachment('message/rfc822',$subject.'.msg',
                  $full_localfilename);
         }
     }
                  $full_localfilename);
         }
     }