[evolution] EMComposerUtils - Drop unused prefix and suffix around the message
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EMComposerUtils - Drop unused prefix and suffix around the message
- Date: Mon, 2 Feb 2015 09:57:31 +0000 (UTC)
commit 9f7621ec1d3dc903fc6bc10efc18b7fa6ddc4437
Author: Tomas Popela <tpopela redhat com>
Date: Mon Feb 2 10:37:15 2015 +0100
EMComposerUtils - Drop unused prefix and suffix around the message
mail/em-composer-utils.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c
index 795ac9e..fcba621 100644
--- a/mail/em-composer-utils.c
+++ b/mail/em-composer-utils.c
@@ -2871,8 +2871,7 @@ composer_set_body (EMsgComposer *composer,
original = quoting_text (QUOTING_ORIGINAL);
text = em_utils_message_to_html (
session, message, original, E_MAIL_FORMATTER_QUOTE_FLAG_HEADERS,
- parts_list, "<span id=\"-x-evolution-reply-citation\">",
- "</span>", &validity_found);
+ parts_list, NULL, NULL, &validity_found);
e_msg_composer_set_body_text (composer, text, TRUE);
g_free (text);
g_free (original);
@@ -2885,8 +2884,7 @@ composer_set_body (EMsgComposer *composer,
credits = attribution_format (message);
text = em_utils_message_to_html (
session, message, credits, E_MAIL_FORMATTER_QUOTE_FLAG_CITE,
- parts_list, "<span id=\"-x-evolution-reply-citation\">",
- "</span>", &validity_found);
+ parts_list, NULL, NULL, &validity_found);
g_free (credits);
e_msg_composer_set_body_text (composer, text, TRUE);
g_free (text);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]