diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-01-10 23:30:24 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-01-11 00:20:32 +0800 |
commit | b1ed35f70d09601717e32eb5c762f79908b0bcf8 (patch) | |
tree | c4fa0b5f5d0dc7dd8cb1a2c3931fd25d97d08b41 /plugins/templates | |
parent | 54442be416bcdb1c3632fb9211d335f9b5cb3397 (diff) | |
download | gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.tar gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.tar.gz gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.tar.bz2 gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.tar.lz gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.tar.xz gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.tar.zst gsoc2013-evolution-b1ed35f70d09601717e32eb5c762f79908b0bcf8.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'plugins/templates')
-rw-r--r-- | plugins/templates/templates.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/templates/templates.c b/plugins/templates/templates.c index e5c05259a6..111014badc 100644 --- a/plugins/templates/templates.c +++ b/plugins/templates/templates.c @@ -923,7 +923,8 @@ create_new_message (CamelFolder *folder, /* Create the composer */ composer = E_MSG_COMPOSER (em_utils_edit_message (shell, folder, new, message_uid)); if (composer && context->source_folder_uri && context->message_uid) - e_msg_composer_set_source_headers (composer, context->source_folder_uri, + e_msg_composer_set_source_headers ( + composer, context->source_folder_uri, context->message_uid, CAMEL_MESSAGE_ANSWERED | CAMEL_MESSAGE_SEEN); g_object_unref (template); @@ -1016,7 +1017,8 @@ action_reply_with_template_cb (GtkAction *action, context->template_folder = g_object_ref (template_folder); context->template_message_uid = g_strdup (template_message_uid); - em_utils_get_real_folder_uri_and_message_uid (folder, message_uid, + em_utils_get_real_folder_uri_and_message_uid ( + folder, message_uid, &context->source_folder_uri, &context->message_uid); if (!context->message_uid) |