### Eclipse Workspace Patch 1.0
#P mimemail
Index: mimemail.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mimemail/mimemail.module,v
retrieving revision 1.50
diff -u -r1.50 mimemail.module
--- mimemail.module	12 Aug 2010 11:06:18 -0000	1.50
+++ mimemail.module	7 Sep 2010 18:15:17 -0000
@@ -268,6 +268,7 @@
     }
     $headers = isset($message['headers']) ? $message['headers'] : array();
     $mailkey = isset($message['id']) ? $message['id'] : '';
-    return mimemail($from, $to, $subject, $body, NULL, $headers, NULL, array(), $mailkey);
+    $attachments = isset($message['attachments']) ? $message['attachments'] : array();
+    return mimemail($from, $to, $subject, $body, NULL, $headers, NULL, $attachments, $mailkey);
   }
 }
