aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2001-07-24 06:35:51 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-24 06:35:51 +0800
commitd2074eefef9a1a2c2b1ec5ba79ada3280757b872 (patch)
treeb5cf89db21bac00ce93c9f571acf72f244933fb1
parent1d5c1d4167043fdac6389b2faf008bf55de71d36 (diff)
downloadgsoc2013-evolution-d2074eefef9a1a2c2b1ec5ba79ada3280757b872.tar
gsoc2013-evolution-d2074eefef9a1a2c2b1ec5ba79ada3280757b872.tar.gz
gsoc2013-evolution-d2074eefef9a1a2c2b1ec5ba79ada3280757b872.tar.bz2
gsoc2013-evolution-d2074eefef9a1a2c2b1ec5ba79ada3280757b872.tar.lz
gsoc2013-evolution-d2074eefef9a1a2c2b1ec5ba79ada3280757b872.tar.xz
gsoc2013-evolution-d2074eefef9a1a2c2b1ec5ba79ada3280757b872.tar.zst
gsoc2013-evolution-d2074eefef9a1a2c2b1ec5ba79ada3280757b872.zip
fixed my fix to compile
svn path=/trunk/; revision=11324
-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 67494084f1..143d871a61 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -927,8 +927,8 @@ transfer_messages_transfer (struct _mail_msg *mm)
/* Undelete the messages if they are marked as deleted */
for (i = 0; i < m->uids->len; i++)
- camel_folder_set_message_flags (m->source, uids->pdata[i],
- CAMEL_MESSAGE_DELETED, 0)
+ camel_folder_set_message_flags (m->source, m->uids->pdata[i],
+ CAMEL_MESSAGE_DELETED, 0);
} else {
(func) (m->source, m->uids, dest, &mm->ex);
}