On Wed, 2002-05-01 at 13:02, Shawn Walker wrote: > I constructed my base_url as: > > provider://username@server/ > > In get_folder_info_online() I created a URL for each folder as: > > provider://username@server/folder1 > > That URL is being created by camel_url_to_string(). > > In hash_folder_name(), I get: > > provider://username@server/folder1;noselect=yes
So you want to make sure that your hash and equals functions don't consider the path to be part of the URL. > but, I don't get ";noselect=yes" for all the folders, just some (I > haven't looked into what ";noselect=yes" means). It means evolution-mail thinks the folder is not selectable, which has to do with what fields you did and didn't fill in in the CamelFolderInfo in get_folder_info. -- Dan _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
