aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-13 11:33:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-14 23:26:22 +0800
commit374bd42f69aca2e132fd854c9619f3d7491f1f96 (patch)
treebf50b5daa8664d4d793b82f6b6ec59d0686553e0 /mail/mail-ops.c
parent573eb0880a80e04737cb4497931ca6588272686e (diff)
downloadgsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.gz
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.bz2
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.lz
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.xz
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.tar.zst
gsoc2013-evolution-374bd42f69aca2e132fd854c9619f3d7491f1f96.zip
Fix excessive whitespace.
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index 1c00420f89..eb3fd0cb00 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -587,8 +587,6 @@ mail_send_message(CamelFolder *queue, const gchar *uid, const gchar *destination
camel_object_ref(folder);
}
-
-
camel_folder_append_message (folder, message, info, NULL, ex);
if (camel_exception_is_set (ex)) {
CamelFolder *sent_folder;
@@ -2266,7 +2264,6 @@ mail_save_part (CamelMimePart *part, const gchar *path,
return id;
}
-
/* ** PREPARE OFFLINE ***************************************************** */
struct _prep_offline_msg {