diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-09 07:40:06 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-09 07:40:06 +0800 |
commit | 2f2ff6d4cc13fccff5bdc3a0370b101cf539fb2a (patch) | |
tree | 5baa321bd991a0bade8991e2561a33d64d18bc16 /mail/mail.h | |
parent | 542183e4b94e68dee17c5193a13d588beb43991a (diff) | |
download | gsoc2013-evolution-2f2ff6d4cc13fccff5bdc3a0370b101cf539fb2a.tar gsoc2013-evolution-2f2ff6d4cc13fccff5bdc3a0370b101cf539fb2a.tar.gz gsoc2013-evolution-2f2ff6d4cc13fccff5bdc3a0370b101cf539fb2a.tar.bz2 gsoc2013-evolution-2f2ff6d4cc13fccff5bdc3a0370b101cf539fb2a.tar.lz gsoc2013-evolution-2f2ff6d4cc13fccff5bdc3a0370b101cf539fb2a.tar.xz gsoc2013-evolution-2f2ff6d4cc13fccff5bdc3a0370b101cf539fb2a.tar.zst gsoc2013-evolution-2f2ff6d4cc13fccff5bdc3a0370b101cf539fb2a.zip |
Deal with having multiple selected messages.
* mail-ops.c (forward_msg): Deal with having multiple selected
messages.
* mail-format.c (mail_generate_forward): Removed. (Integrated into
forward_msg)
svn path=/trunk/; revision=3982
Diffstat (limited to 'mail/mail.h')
-rw-r--r-- | mail/mail.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/mail.h b/mail/mail.h index 38412d972b..788bb579bf 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -42,10 +42,6 @@ void mail_format_mime_message (CamelMimeMessage *mime_message, EMsgComposer *mail_generate_reply (CamelMimeMessage *mime_message, gboolean to_all); -EMsgComposer *mail_generate_forward (CamelMimeMessage *mime_message, - gboolean forward_as_attachment, - gboolean keep_attachments); - /* mail-identify */ char *mail_identify_mime_part (CamelMimePart *part); |