diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-05 16:11:46 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-05 16:11:46 +0800 |
commit | 0c10ef9d8f6cf5585c995a753f6e63ae350259a1 (patch) | |
tree | 026e1848df2b669bd971410f0fdd25a45037955c /mail/mail-ops.c | |
parent | 00559e4cf7127175023c43ac7b8f9caa18c0aacb (diff) | |
download | gsoc2013-evolution-0c10ef9d8f6cf5585c995a753f6e63ae350259a1.tar.gz 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.c | 2 |
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); } |