[Jifty-commit] r3684 - jifty/branches/html-mail/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jul 13 03:03:07 EDT 2007


Author: ternus
Date: Fri Jul 13 03:03:04 2007
New Revision: 3684

Modified:
   jifty/branches/html-mail/lib/Jifty/Notification.pm

Log:

Fixed the behavior of send_one_message to use $self->parts again.


Modified: jifty/branches/html-mail/lib/Jifty/Notification.pm
==============================================================================
--- jifty/branches/html-mail/lib/Jifty/Notification.pm	(original)
+++ jifty/branches/html-mail/lib/Jifty/Notification.pm	Fri Jul 13 03:03:04 2007
@@ -114,7 +114,7 @@
 						       ],
 					     attributes => { charset => 'UTF-8' },
 					     
-					     body => $self->full_body
+					     parts => $self->parts
 					    );
 	  }
     $message->encoding_set('8bit')


More information about the Jifty-commit mailing list