aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-06-04 05:54:54 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-06-04 05:54:54 +0800
commit17bd1b5a45d0236fe8e409450928c3b969cb3978 (patch)
tree49ffd36115f77c09791c812efcf3c6771521e556 /mail/mail-ops.c
parentccc7bafebeb202b0f7f7f19b23f76a2105bf2068 (diff)
downloadgsoc2013-evolution-17bd1b5a45d0236fe8e409450928c3b969cb3978.tar
gsoc2013-evolution-17bd1b5a45d0236fe8e409450928c3b969cb3978.tar.gz
gsoc2013-evolution-17bd1b5a45d0236fe8e409450928c3b969cb3978.tar.bz2
gsoc2013-evolution-17bd1b5a45d0236fe8e409450928c3b969cb3978.tar.lz
gsoc2013-evolution-17bd1b5a45d0236fe8e409450928c3b969cb3978.tar.xz
gsoc2013-evolution-17bd1b5a45d0236fe8e409450928c3b969cb3978.tar.zst
gsoc2013-evolution-17bd1b5a45d0236fe8e409450928c3b969cb3978.zip
Prompt the user to see if he really wants to quit when there are queued
2002-06-03 Jeffrey Stedfast <fejj@ximian.com> * component-factory.c (request_quit): Prompt the user to see if he really wants to quit when there are queued messages in the Outbox. svn path=/trunk/; revision=17089
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index ed7a876585..0572f1596d 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -582,7 +582,7 @@ struct _send_mail_msg {
CamelFilterDriver *driver;
char *destination;
CamelMimeMessage *message;
-
+
void (*done)(char *uri, CamelMimeMessage *message, gboolean sent, void *data);
void *data;
};
@@ -628,7 +628,7 @@ static void
send_mail_free (struct _mail_msg *mm)
{
struct _send_mail_msg *m = (struct _send_mail_msg *)mm;
-
+
camel_object_unref (CAMEL_OBJECT (m->driver));
camel_object_unref (CAMEL_OBJECT (m->message));
g_free (m->destination);