diff -urp /Users/gorazd/Desktop/mimemail_orig/mimemail.module /Users/gorazd/Desktop/mimemail/mimemail.module
--- /Users/gorazd/Desktop/mimemail_orig/mimemail.module	2009-05-21 01:37:26.000000000 +0200
+++ /Users/gorazd/Desktop/mimemail/mimemail.module	2009-12-18 16:32:00.000000000 +0100
@@ -6,6 +6,13 @@
  */
 
 /**
+ * Implementation of hook_init().
+ */
+function mimemail_init() {
+  module_load_include('theme.inc', 'mimemail', 'theme/mimemail');
+}
+
+/**
  * Implementation of hook_menu()
  */
 function mimemail_menu() {
@@ -57,7 +64,6 @@ function mimemail_user($op, &$edit, &$ac
  * Implementation of hook_theme().
  */
 function mimemail_theme() {
-  module_load_include('theme.inc', 'mimemail', 'theme/mimemail');
   return mimemail_theme_theme();
 }
 
diff -urp /Users/gorazd/Desktop/mimemail_orig/theme/mimemail.theme.inc /Users/gorazd/Desktop/mimemail/theme/mimemail.theme.inc
--- /Users/gorazd/Desktop/mimemail_orig/theme/mimemail.theme.inc	2009-08-10 19:53:39.000000000 +0200
+++ /Users/gorazd/Desktop/mimemail/theme/mimemail.theme.inc	2009-12-18 17:31:33.000000000 +0100
@@ -6,8 +6,8 @@ function mimemail_theme_theme() {
   return array(
     'mimemail_message' => array(
       'arguments' => array('body' => NULL, 'mailkey' => NULL),
-      'template' => 'mimemail',
-      'pattern' => 'mimemail__',
+      'template' => 'mimemail_message',
+      'pattern' => 'mimemail_message__',
       'file' => 'mimemail.theme.inc',
       'path' => $path,
     )
Only in /Users/gorazd/Desktop/mimemail_orig/theme: mimemail.tpl.php
Only in /Users/gorazd/Desktop/mimemail/theme: mimemail_message.tpl.php
