diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2009-06-03 22:13:06 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@novell.com> | 2009-06-03 22:16:53 +0800 |
commit | 5b1e05dbf5448251ea0dffc727233e52a2c2e518 (patch) | |
tree | c72419e981a21c0bdf5a1e0f74ada3f16f0c2ae7 /mail/em-composer-utils.h | |
parent | 7703ffcdd4e2f5343a80f5f0e082fe5d050b7328 (diff) | |
download | gsoc2013-evolution-5b1e05dbf5448251ea0dffc727233e52a2c2e518.tar.gz gsoc2013-evolution-5b1e05dbf5448251ea0dffc727233e52a2c2e518.tar.zst gsoc2013-evolution-5b1e05dbf5448251ea0dffc727233e52a2c2e518.zip |
Anjal stuff's for Evo.
Diffstat (limited to 'mail/em-composer-utils.h')
-rw-r--r-- | mail/em-composer-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-composer-utils.h b/mail/em-composer-utils.h index 2f78f2769f..ab4a86368e 100644 --- a/mail/em-composer-utils.h +++ b/mail/em-composer-utils.h @@ -53,7 +53,7 @@ void em_utils_compose_new_message (const gchar *fromuri); struct _EMsgComposer * em_utils_compose_lite_new_message (const gchar *fromuri); /* FIXME: mailto? url? should make up its mind what its called. imho use 'uri' */ -void em_utils_compose_new_message_with_mailto (const gchar *url, const gchar *fromuri); +struct _EMsgComposer * em_utils_compose_new_message_with_mailto (const gchar *url, const gchar *fromuri); void em_utils_edit_message (struct _CamelMimeMessage *message, struct _CamelFolder *folder); void em_utils_edit_messages (struct _CamelFolder *folder, GPtrArray *uids, gboolean replace); |