aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2013-05-07 05:54:37 +0800
committerMilan Crha <mcrha@redhat.com>2013-05-07 05:54:37 +0800
commitb254ea37eff47973b076fcf9345f80215ae5c978 (patch)
tree6a3c594988e168ee938f73adb4c13319c52f2616 /plugins
parent9567024148976a663585894ccef76d729f0fb095 (diff)
downloadgsoc2013-evolution-b254ea37eff47973b076fcf9345f80215ae5c978.tar
gsoc2013-evolution-b254ea37eff47973b076fcf9345f80215ae5c978.tar.gz
gsoc2013-evolution-b254ea37eff47973b076fcf9345f80215ae5c978.tar.bz2
gsoc2013-evolution-b254ea37eff47973b076fcf9345f80215ae5c978.tar.lz
gsoc2013-evolution-b254ea37eff47973b076fcf9345f80215ae5c978.tar.xz
gsoc2013-evolution-b254ea37eff47973b076fcf9345f80215ae5c978.tar.zst
gsoc2013-evolution-b254ea37eff47973b076fcf9345f80215ae5c978.zip
Bug #301323 - "Edit as new message" doesn't strip signature properly
Diffstat (limited to 'plugins')
-rw-r--r--plugins/templates/templates.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c
index 0d3fcdc41d..2ef7453dfb 100644
--- a/plugins/templates/templates.c
+++ b/plugins/templates/templates.c
@@ -928,7 +928,7 @@ create_new_message (CamelFolder *folder,
template, CAMEL_RECIPIENT_TYPE_BCC));
/* Create the composer */
- composer = E_MSG_COMPOSER (em_utils_edit_message (shell, folder, new, message_uid));
+ composer = E_MSG_COMPOSER (em_utils_edit_message (shell, folder, new, message_uid, TRUE));
if (composer && context->source_folder_uri && context->message_uid)
e_msg_composer_set_source_headers (
composer, context->source_folder_uri,