From df342c9259241a70a3faa441aa061d093949bc71 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 6 Feb 2004 19:07:08 +0000 Subject: Set the NO_VIRTUAL flag bit for get_folder_info(). Fixes bug #51887. 2004-02-06 Jeffrey Stedfast * em-subscribe-editor.c (sub_folderinfo_get): Set the NO_VIRTUAL flag bit for get_folder_info(). Fixes bug #51887. svn path=/trunk/; revision=24657 --- mail/em-subscribe-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-subscribe-editor.c') diff --git a/mail/em-subscribe-editor.c b/mail/em-subscribe-editor.c index 3dc772abba..dc7105b52b 100644 --- a/mail/em-subscribe-editor.c +++ b/mail/em-subscribe-editor.c @@ -339,7 +339,7 @@ sub_folderinfo_get (struct _mail_msg *mm) struct _emse_folderinfo_msg *m = (struct _emse_folderinfo_msg *) mm; camel_operation_register(mm->cancel); - m->info = camel_store_get_folder_info (m->sub->store, m->node?m->node->info->full_name:"", CAMEL_STORE_FOLDER_INFO_FAST, &mm->ex); + m->info = camel_store_get_folder_info (m->sub->store, m->node?m->node->info->full_name:"", CAMEL_STORE_FOLDER_INFO_FAST | CAMEL_STORE_FOLDER_INFO_NO_VIRTUAL, &mm->ex); camel_operation_unregister(mm->cancel); } -- cgit