Merge branch 'edge' of github.com:webnotes/erpnext into edge
diff --git a/support/doctype/support_ticket/get_support_mails.py b/support/doctype/support_ticket/get_support_mails.py
index 9e15236..d431d8f 100644
--- a/support/doctype/support_ticket/get_support_mails.py
+++ b/support/doctype/support_ticket/get_support_mails.py
@@ -59,7 +59,7 @@
 
 		mail.save_attachments_in_doc(ticket.doc)
 				
-		make(content=mail.content, sender=mail.from_email, 
+		make(content=mail.content, sender=mail.from_email, subject = ticket.doc.subject,
 			doctype="Support Ticket", name=ticket.doc.name, 
 			lead = ticket.doc.lead, contact=ticket.doc.contact, date=mail.date)