diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-11 23:12:53 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-12 00:58:58 +0800 |
commit | 1217a54192b63166bcd6c5cbe09c8825df37cbe0 (patch) | |
tree | e7e359da8946126e582f35ebda8dec94cda7eca3 /mail/em-composer-utils.h | |
parent | e5760e065ff1f4c5b9842b182224a1ccdd2e322f (diff) | |
download | gsoc2013-evolution-1217a54192b63166bcd6c5cbe09c8825df37cbe0.tar.gz 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 'mail/em-composer-utils.h')
-rw-r--r-- | mail/em-composer-utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/em-composer-utils.h b/mail/em-composer-utils.h index 05b0b7cecc..785c89eaa1 100644 --- a/mail/em-composer-utils.h +++ b/mail/em-composer-utils.h @@ -40,7 +40,8 @@ EMsgComposer * em_utils_compose_new_message_with_mailto CamelFolder *folder); GtkWidget * em_utils_edit_message (EShell *shell, CamelFolder *folder, - CamelMimeMessage *message); + CamelMimeMessage *message, + const gchar *message_uid); void em_utils_edit_messages (EShell *shell, CamelFolder *folder, GPtrArray *uids, |