aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-05 16:11:46 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-05 16:11:46 +0800
commit0c10ef9d8f6cf5585c995a753f6e63ae350259a1 (patch)
tree026e1848df2b669bd971410f0fdd25a45037955c /mail/mail-ops.c
parent00559e4cf7127175023c43ac7b8f9caa18c0aacb (diff)
downloadgsoc2013-evolution-0c10ef9d8f6cf5585c995a753f6e63ae350259a1.tar
gsoc2013-evolution-0c10ef9d8f6cf5585c995a753f6e63ae350259a1.tar.gz
gsoc2013-evolution-0c10ef9d8f6cf5585c995a753f6e63ae350259a1.tar.bz2
gsoc2013-evolution-0c10ef9d8f6cf5585c995a753f6e63ae350259a1.tar.lz
gsoc2013-evolution-0c10ef9d8f6cf5585c995a753f6e63ae350259a1.tar.xz
gsoc2013-evolution-0c10ef9d8f6cf5585c995a753f6e63ae350259a1.tar.zst
gsoc2013-evolution-0c10ef9d8f6cf5585c995a753f6e63ae350259a1.zip
** See bug # 56402.
2004-04-05 Not Zed <NotZed@Ximian.com> ** See bug # 56402. * mail-folder-cache.c (update_folders): if we're cancelled, noop. (mail_note_store_remove): mark the update data cancelled. * mail-ops.c (get_folderinfo_got): Removed the meaningless comment here. svn path=/trunk/; revision=25312
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index 3c0827d16f..ca80fffa7d 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -1038,8 +1038,6 @@ get_folderinfo_got (struct _mail_msg *mm)
g_free (url);
}
- /* 'done' is probably guaranteed to fail, but... */
-
if (m->done)
m->done (m->store, m->info, m->data);
}