Hey, Attached is a trivial patch which fixes #314199. Changelog should be good enough to understand the fix. Cheers, Shreyas
Index: ChangeLog =================================================================== RCS file: /cvs/gnome/evolution-data-server/camel/providers/imap/ChangeLog,v retrieving revision 1.31 diff -r1.31 ChangeLog 0a1,7 > 2005-08-23 Shreyas Srinivasan <sshreyas novell com> > > ** See #314199 > > * camel-imap-store-summary.c (camel_imap_store_summary_add_from_full): Check if > Inbox only if the Store info is not Null. > Index: camel-imap-store-summary.c =================================================================== RCS file: /cvs/gnome/evolution-data-server/camel/providers/imap/camel-imap-store-summary.c,v retrieving revision 1.14 diff -r1.14 camel-imap-store-summary.c 342a343,345 > > if (g_ascii_strcasecmp(full_name, "inbox")) > info->info.flags |= CAMEL_FOLDER_SYSTEM|CAMEL_FOLDER_TYPE_INBOX; 345,347d347 < < if (g_ascii_strcasecmp(full_name, "inbox")) < info->info.flags |= CAMEL_FOLDER_SYSTEM|CAMEL_FOLDER_TYPE_INBOX;
Attachment:
signature.asc
Description: This is a digitally signed message part