diff options
author | Milan Crha <mcrha@redhat.com> | 2010-10-19 15:36:01 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-10-19 15:36:01 +0800 |
commit | 98e867b9ce4a3af332ddd96c4a19ee942a89f401 (patch) | |
tree | 6dd2f5e418009af49d6bb8aad1c17f3f0d501032 /mail/em-composer-utils.h | |
parent | 729370ec6386fb990fee328060f36ca75a60a3ac (diff) | |
download | gsoc2013-evolution-98e867b9ce4a3af332ddd96c4a19ee942a89f401.tar.gz gsoc2013-evolution-98e867b9ce4a3af332ddd96c4a19ee942a89f401.tar.zst gsoc2013-evolution-98e867b9ce4a3af332ddd96c4a19ee942a89f401.zip |
Bug #567265 - BCC kept on message forward from Sent folder
Diffstat (limited to 'mail/em-composer-utils.h')
-rw-r--r-- | mail/em-composer-utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/em-composer-utils.h b/mail/em-composer-utils.h index 81e8cf1eb0..e1974aa8f3 100644 --- a/mail/em-composer-utils.h +++ b/mail/em-composer-utils.h @@ -67,10 +67,6 @@ void em_utils_redirect_message (EShell *shell, void em_utils_redirect_message_by_uid (EShell *shell, CamelFolder *folder, const gchar *uid); -void em_utils_forward_message_raw (CamelFolder *folder, - CamelMimeMessage *message, - const gchar *address, - GError **error); void em_utils_handle_receipt (EMailSession *session, CamelFolder *folder, const gchar *uid, |