Allow plugins to specify that other plugins are incompatible with it in the info...
[squirrelmail.git] / functions / mailbox_display.php
index 18ddf201ed54c4571e5f0195f76bf7f9a1cae2e1..29a3b340e178cf25fdcf279eb6956b2e2d02eb55 100644 (file)
@@ -1549,8 +1549,7 @@ function attachSelectedMessages($imapConnection,$aMsgHeaders) {
             fwrite ($fp, $body);
             fclose($fp);
 
-            $composeMessage->initAttachment('message/rfc822',$subject.'.msg',
-                 $filename);
+            $composeMessage->initAttachment('message/rfc822', $subject . '.eml', $filename);
         }
     }