diff --git a/frappe/public/js/frappe/views/communication.js b/frappe/public/js/frappe/views/communication.js
index eb3b097824..ec7db29b9d 100755
--- a/frappe/public/js/frappe/views/communication.js
+++ b/frappe/public/js/frappe/views/communication.js
@@ -614,19 +614,14 @@ frappe.views.CommunicationComposer = Class.extend({
},
setup_earlier_reply: function() {
- var fields = this.dialog.fields_dict,
- signature = frappe.boot.user.email_signature || "",
- last_email = this.last_email;
-
- if(!last_email) {
- last_email = this.frm && this.frm.timeline.get_last_email(true);
- }
+ let fields = this.dialog.fields_dict;
+ let signature = frappe.boot.user.email_signature || "";
if(!frappe.utils.is_html(signature)) {
signature = signature.replace(/\n/g, "
");
}
- if(this.txt) {
+ if (this.txt) {
this.message = this.txt + (this.message ? ("
" + this.message) : "");
} else {
// saved draft in localStorage
@@ -641,29 +636,8 @@ frappe.views.CommunicationComposer = Class.extend({
+ this.real_name + ",