aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-03-13 00:51:50 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-03-13 00:51:50 +0800
commit2dc2990d215dae20c8ebdb93f10338730b8f514e (patch)
tree4236c6b902ca8c79b19750ed8dbf5450ac85b479 /mail/mail-ops.h
parent956377822c6b7eebe36889950c6f7a749e78a8d0 (diff)
downloadgsoc2013-evolution-2dc2990d215dae20c8ebdb93f10338730b8f514e.tar
gsoc2013-evolution-2dc2990d215dae20c8ebdb93f10338730b8f514e.tar.gz
gsoc2013-evolution-2dc2990d215dae20c8ebdb93f10338730b8f514e.tar.bz2
gsoc2013-evolution-2dc2990d215dae20c8ebdb93f10338730b8f514e.tar.lz
gsoc2013-evolution-2dc2990d215dae20c8ebdb93f10338730b8f514e.tar.xz
gsoc2013-evolution-2dc2990d215dae20c8ebdb93f10338730b8f514e.tar.zst
gsoc2013-evolution-2dc2990d215dae20c8ebdb93f10338730b8f514e.zip
Removed. No longer in use (hasn't been since before 1.2).
2004-03-12 Jeffrey Stedfast <fejj@ximian.com> * mail-ops.c (mail_send_mail): Removed. No longer in use (hasn't been since before 1.2). (send_queue_send): Before enetring the main send loop, create a temporary uid array containing ONLY the messages we will send (ie. not any that have been marked deleted) so that we can more accurately report the number of messages total that we are sending. Also continue sending even if we encounter an exeption in mail_send_message() (unless, of course, it is a user-cancel). Merge any exceptions we get into the master exception variable and ALWAYS sync/expunge the queue folder. svn path=/trunk/; revision=25043
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r--mail/mail-ops.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h
index 090beef9fc..eb4c216ed1 100644
--- a/mail/mail-ops.h
+++ b/mail/mail-ops.h
@@ -120,11 +120,6 @@ int mail_save_part (CamelMimePart *part, const char *path,
void (*done)(CamelMimePart *part, char *path, int saved, void *data),
void *data);
-int mail_send_mail (const char *uri, CamelMimeMessage *message,
- void (*done) (char *uri, CamelMimeMessage *message, gboolean sent, void *data),
- void *data);
-
-
/* yeah so this is messy, but it does a lot, maybe i can consolidate all user_data's to be the one */
void mail_send_queue (CamelFolder *queue, const char *destination,
const char *type, CamelOperation *cancel,