[seam-commits] Seam SVN: r8263 - trunk/src/mail/org/jboss/seam/mail/ui.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu May 22 07:43:38 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-05-22 07:43:38 -0400 (Thu, 22 May 2008)
New Revision: 8263
Modified:
trunk/src/mail/org/jboss/seam/mail/ui/UIBody.java
Log:
Message needs to come first for Thunderbird to read it as the main part
Modified: trunk/src/mail/org/jboss/seam/mail/ui/UIBody.java
===================================================================
--- trunk/src/mail/org/jboss/seam/mail/ui/UIBody.java 2008-05-22 11:00:11 UTC (rev 8262)
+++ trunk/src/mail/org/jboss/seam/mail/ui/UIBody.java 2008-05-22 11:43:38 UTC (rev 8263)
@@ -59,7 +59,7 @@
bodyPart = getHtmlBody(facesContext, body);
}
}
- getRootMultipart().addBodyPart(bodyPart);
+ getRootMultipart().addBodyPart(bodyPart, 0);
}
catch (MessagingException e)
{
More information about the seam-commits
mailing list