aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-composer-utils.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-02 21:23:58 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-02 23:58:08 +0800
commit540acdbfa95d29a66ad94bad68222b5ae9c98720 (patch)
tree15361a542db0256b3bde7151e532c3e8e0d158f3 /mail/em-composer-utils.h
parent603fb5ac719acb7000559299c6fa7df2848f63ca (diff)
downloadgsoc2013-evolution-540acdbfa95d29a66ad94bad68222b5ae9c98720.tar
gsoc2013-evolution-540acdbfa95d29a66ad94bad68222b5ae9c98720.tar.gz
gsoc2013-evolution-540acdbfa95d29a66ad94bad68222b5ae9c98720.tar.bz2
gsoc2013-evolution-540acdbfa95d29a66ad94bad68222b5ae9c98720.tar.lz
gsoc2013-evolution-540acdbfa95d29a66ad94bad68222b5ae9c98720.tar.xz
gsoc2013-evolution-540acdbfa95d29a66ad94bad68222b5ae9c98720.tar.zst
gsoc2013-evolution-540acdbfa95d29a66ad94bad68222b5ae9c98720.zip
Simplify em_utils_forward_message() arguments.
Replace the EShell and CamelSession arguments with a single EMailBackend argument, from which both the EShell and CamelSession can be obtained.
Diffstat (limited to 'mail/em-composer-utils.h')
-rw-r--r--mail/em-composer-utils.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/em-composer-utils.h b/mail/em-composer-utils.h
index 14d65f73ba..3ab4c178fc 100644
--- a/mail/em-composer-utils.h
+++ b/mail/em-composer-utils.h
@@ -48,9 +48,8 @@ void em_utils_edit_messages (EMailReader *reader,
GPtrArray *uids,
gboolean replace,
gboolean keep_signature);
-EMsgComposer * em_utils_forward_message (EShell *shell,
- CamelSession *session,
- CamelMimeMessage *msg,
+EMsgComposer * em_utils_forward_message (EMailBackend *backend,
+ CamelMimeMessage *message,
EMailForwardStyle style,
CamelFolder *folder,
const gchar *uid);