aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-11 23:12:53 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:12 +0800
commit6693730cc102ae3af1e4a641df2048fa8bf3d39b (patch)
treefb03012e3e00cc0e26cce2b253d5701e6c071d4b /plugins
parentf73e52138b48b9fb9f9bfab442044abc61998a83 (diff)
downloadgsoc2013-evolution-6693730cc102ae3af1e4a641df2048fa8bf3d39b.tar
gsoc2013-evolution-6693730cc102ae3af1e4a641df2048fa8bf3d39b.tar.gz
gsoc2013-evolution-6693730cc102ae3af1e4a641df2048fa8bf3d39b.tar.bz2
gsoc2013-evolution-6693730cc102ae3af1e4a641df2048fa8bf3d39b.tar.lz
gsoc2013-evolution-6693730cc102ae3af1e4a641df2048fa8bf3d39b.tar.xz
gsoc2013-evolution-6693730cc102ae3af1e4a641df2048fa8bf3d39b.tar.zst
gsoc2013-evolution-6693730cc102ae3af1e4a641df2048fa8bf3d39b.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);