diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-02-09 10:51:22 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-02-09 10:51:22 +0800 |
commit | 210c0386a9d86c229c6283b349fb92d13b08baed (patch) | |
tree | 8ef50847b82d75733eca418a4efe2b431fbe07c4 /mail/mail.h | |
parent | ffaad625fc8d2c14e41d4bb70352ee4a57ddf52e (diff) | |
download | gsoc2013-evolution-210c0386a9d86c229c6283b349fb92d13b08baed.tar.gz gsoc2013-evolution-210c0386a9d86c229c6283b349fb92d13b08baed.tar.zst gsoc2013-evolution-210c0386a9d86c229c6283b349fb92d13b08baed.zip |
New location for this function.
2001-02-08 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (mail_generate_reply): New location for this
function.
* mail-format.c: Removed mail_generate_reply as it's ONLY ever
used in mail-callbacks.c.
* mail-ops.c (fetch_mail_fetch): Reworked some keep-mail-on-server
logic so that we ALWAYS look for a cached array of UIDs that we
may have downloaded previously so as not to download them again
even if we will be deleting them off the server. This fixes bug
#1344.
svn path=/trunk/; revision=8137
Diffstat (limited to 'mail/mail.h')
-rw-r--r-- | mail/mail.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/mail.h b/mail/mail.h index 4015fd613a..ed90d4024e 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -55,9 +55,6 @@ MailMimeHandler *mail_lookup_handler (const char *mime_type); gboolean mail_part_is_inline (CamelMimePart *part); -EMsgComposer *mail_generate_reply (CamelMimeMessage *mime_message, - gboolean to_all); - char *mail_get_message_body (CamelDataWrapper *data, gboolean want_plain, gboolean *is_html); |