aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-reader.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-11-08 10:13:03 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-11-08 10:13:03 +0800
commita891b81cfb3430a764dab0d5644114c4dab22297 (patch)
treede13086dc548fc1fc7dd626e115563baf97eb747 /mail/e-mail-reader.c
parentb5bd3ae53c7f34112557668979cb2c7052d2790b (diff)
downloadgsoc2013-evolution-a891b81cfb3430a764dab0d5644114c4dab22297.tar
gsoc2013-evolution-a891b81cfb3430a764dab0d5644114c4dab22297.tar.gz
gsoc2013-evolution-a891b81cfb3430a764dab0d5644114c4dab22297.tar.bz2
gsoc2013-evolution-a891b81cfb3430a764dab0d5644114c4dab22297.tar.lz
gsoc2013-evolution-a891b81cfb3430a764dab0d5644114c4dab22297.tar.xz
gsoc2013-evolution-a891b81cfb3430a764dab0d5644114c4dab22297.tar.zst
gsoc2013-evolution-a891b81cfb3430a764dab0d5644114c4dab22297.zip
Coding style and whitespace cleanup.
Diffstat (limited to 'mail/e-mail-reader.c')
-rw-r--r--mail/e-mail-reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index 8432e3388b..2c1bbb2fc8 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -464,7 +464,7 @@ action_mail_remove_attachments_cb (GtkAction *action, EMailReader *reader)
/* make a copy of the message */
camel_message_info_set_flags (newinfo, flags, flags);
camel_folder_append_message_sync (folder, message, newinfo, NULL, NULL, &error);
-
+
if (!error) {
/* marked the original message deleted */
camel_message_info_set_flags (info, CAMEL_MESSAGE_DELETED, CAMEL_MESSAGE_DELETED);