aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-11 23:12:53 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-05-12 00:58:58 +0800
commit1217a54192b63166bcd6c5cbe09c8825df37cbe0 (patch)
treee7e359da8946126e582f35ebda8dec94cda7eca3 /plugins
parente5760e065ff1f4c5b9842b182224a1ccdd2e322f (diff)
downloadgsoc2013-evolution-1217a54192b63166bcd6c5cbe09c8825df37cbe0.tar
gsoc2013-evolution-1217a54192b63166bcd6c5cbe09c8825df37cbe0.tar.gz
gsoc2013-evolution-1217a54192b63166bcd6c5cbe09c8825df37cbe0.tar.bz2
gsoc2013-evolution-1217a54192b63166bcd6c5cbe09c8825df37cbe0.tar.lz
gsoc2013-evolution-1217a54192b63166bcd6c5cbe09c8825df37cbe0.tar.xz
gsoc2013-evolution-1217a54192b63166bcd6c5cbe09c8825df37cbe0.tar.zst
gsoc2013-evolution-1217a54192b63166bcd6c5cbe09c8825df37cbe0.zip
Add a 'message_uid' param to em_utils_edit_message().
So we can remove the internal edit_message() function and do the work directly in em_utils_edit_message().
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 6f287c3168..48a3b9e5a7 100644
--- a/plugins/templates/templates.c
+++ b/plugins/templates/templates.c
@@ -803,7 +803,7 @@ create_new_message (CamelFolder *folder, const gchar *uid, CamelMimeMessage *mes
camel_mime_message_get_recipients (template, CAMEL_RECIPIENT_TYPE_BCC));
/* Create the composer */
- em_utils_edit_message (shell, folder, new);
+ em_utils_edit_message (shell, folder, new, uid);
g_object_unref (template);
g_object_unref (new_multipart);