aboutsummaryrefslogtreecommitdiffstats
path: root/mail/subscribe-dialog.c
diff options
context:
space:
mode:
author9 <NotZed@Ximian.com>2001-10-19 13:40:42 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-10-19 13:40:42 +0800
commit3e6cd9a7e55a6c19d73a86195ff320b6dff76d54 (patch)
treeb0a58e239142420e6fbf3220ea18a55b617cc406 /mail/subscribe-dialog.c
parent0515ef5e4d5d138f1f7e9956b7a643cc01d7cf19 (diff)
downloadgsoc2013-evolution-3e6cd9a7e55a6c19d73a86195ff320b6dff76d54.tar
gsoc2013-evolution-3e6cd9a7e55a6c19d73a86195ff320b6dff76d54.tar.gz
gsoc2013-evolution-3e6cd9a7e55a6c19d73a86195ff320b6dff76d54.tar.bz2
gsoc2013-evolution-3e6cd9a7e55a6c19d73a86195ff320b6dff76d54.tar.lz
gsoc2013-evolution-3e6cd9a7e55a6c19d73a86195ff320b6dff76d54.tar.xz
gsoc2013-evolution-3e6cd9a7e55a6c19d73a86195ff320b6dff76d54.tar.zst
gsoc2013-evolution-3e6cd9a7e55a6c19d73a86195ff320b6dff76d54.zip
Free folders_uri. (real_folder_deleted): If folder is deleted, remove it
2001-10-19 <NotZed@Ximian.com> * mail-folder-cache.c (store_finalised): Free folders_uri. (real_folder_deleted): If folder is deleted, remove it from the hashtables. * subscribe-dialog.c (get_short_folderinfo_get): Remove the register/unregister, they're already done above us. * mail-vfolder.c (mail_vfolder_delete_uri): Dont do any work to remove the actual folder from the vfolder (we'd have to look it up first), let the vfolder remove it itself. Just update the rules. svn path=/trunk/; revision=13787
Diffstat (limited to 'mail/subscribe-dialog.c')
-rw-r--r--mail/subscribe-dialog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c
index ead4d0a209..9a2427b39e 100644
--- a/mail/subscribe-dialog.c
+++ b/mail/subscribe-dialog.c
@@ -229,9 +229,7 @@ get_short_folderinfo_get (struct _mail_msg *mm)
{
struct _get_short_folderinfo_msg *m = (struct _get_short_folderinfo_msg *) mm;
- camel_operation_register (mm->cancel);
m->info = camel_store_get_folder_info (m->ftree->store, m->prefix, CAMEL_STORE_FOLDER_INFO_FAST, &mm->ex);
- camel_operation_unregister (mm->cancel);
}
static void