[Jifty-commit] r3699 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jul 18 20:39:50 EDT 2007


Author: trs
Date: Wed Jul 18 20:39:45 2007
New Revision: 3699

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Notification.pm

Log:
 r25546 at zot:  tom | 2007-07-18 20:38:59 -0400
 Don't mess with the HTML by default.  This should likely become configurable in the future.


Modified: jifty/trunk/lib/Jifty/Notification.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Notification.pm	(original)
+++ jifty/trunk/lib/Jifty/Notification.pm	Wed Jul 18 20:39:45 2007
@@ -107,7 +107,9 @@
 						       ],
 					     attributes => { charset => 'UTF-8' },
 					     text_body => $self->full_body,
-					     body => $self->full_html
+					     body => $self->full_html,
+                         embed => 0,
+                         inline_css => 0
 					    );
     } else {
             $message = Email::MIME->create(


More information about the Jifty-commit mailing list