send original mail in autoreply
diff --git a/home/page/latest_updates/latest_updates.js b/home/page/latest_updates/latest_updates.js
index 35cc2f7..b0e1940 100644
--- a/home/page/latest_updates/latest_updates.js
+++ b/home/page/latest_updates/latest_updates.js
@@ -5,6 +5,7 @@
 			Normal user can see self created Appraisals. HR Manager can see all Appraisals.",
 		"Project: Bugfix in Gantt Chart (caused due to jquery conflict)",
 		"Serial No: Ability to rename.",
+		"Rename Tool: Added Serial No to rename tool.",
 	]],
 	["15th November 2012", [
 		"Customer Issue: Moved all allocations to 'Assigned' so that there is avoid duplication fo features.",
diff --git a/support/doctype/support_ticket/__init__.py b/support/doctype/support_ticket/__init__.py
index 6cd2914..25eceaa 100644
--- a/support/doctype/support_ticket/__init__.py
+++ b/support/doctype/support_ticket/__init__.py
@@ -155,13 +155,9 @@
 		
 We will get back to you as soon as possible
 ----------------------
-[This is an automatic response]
-
-		""" + cstr(signature)) + """
-----------------------
 Original Query:
 
-""" + d.description
+""" + d.description + "\n----------------------\n" + cstr(signature))
 
 		from webnotes.utils.email_lib import sendmail