2005-08-12  Not Zed  <NotZed@Ximian.com>

	* camel-local-folder.c (camel_local_folder_construct): dont sync
	folder on open, wait for a refresh_info to do it.

2005-08-12  Tor Lillqvist  <tml@novell.com>

	* Makefile.am: Use NO_UNDEFINED. Link with libcamel-provider,
	libcamel and CAMEL_LIBS. Include the mh, maildir and spool stores
	only on Unix.

	* camel-local-provider.c: Include the mh, maildir and spool stores
	only on Unix.

2005-04-17  Changwoo Ryu  <cwryu@debian.org>

	** See bug #300891
	
	* Makefile.am (INCLUDES): define
	CAMEL_EXPLICIT_TRANSLATION_DOMAIN.

	* camel-local-provider.c (camel_provider_module_init):
	set translation_domain in CamelProvider structs.

2005-08-08  Not Zed  <NotZed@Ximian.com>

	** See bug #311639.

	* camel-mh-store.c (folders_update): add a rename mode, fix
	callers.
	(folders_scan): pass top to folder_info_build, otherwise
	get_folder_info doesn't work right.  Fix the check for subfolder
	test.

2005-06-08  Not Zed  <NotZed@Ximian.com>

	** See bug #303225

	* camel-local-provider.c (local_url_equal): remove the checks for
	fields not used/appropriate for local resources.

2005-04-12  Not Zed  <NotZed@Ximian.com>

	* camel-local-provider.c (check_equal): make "" equal NULL for
	comparative purposes.

2005-03-18  Not Zed  <NotZed@Ximian.com>

	* camel-mbox-summary.c (mbox_summary_sync_quick): use a different
	fd for the mime parser, so the fd doesn't get closed twice.

2005-03-16  Not Zed  <NotZed@Ximian.com>

	** See bug #73401?

	* camel-mbox-summary.c (mbox_info_set_user_tag)
	(mbox_info_set_user_flag): do not flag xevchange here, these
	values are not stored in x-evolution-header anymore.

2005-02-24  Not Zed  <NotZed@Ximian.com>

	** See bug #57185

	* camel-mh-summary.c (mh_summary_sync_message): removed.  dont
	re-write people's mh mail just to add an xev header.  we should be
	looking at .mh_sequences or something.  Partial fix for #57185.

2005-02-24  Not Zed  <NotZed@Ximian.com>

	** See bug #59507

	* camel-spool-store.c (spool_get_full_path): handle mbox/elm cases
	explictly, not based on stat of path.
	(spool_get_meta_path): store all meta files in ~/.evolution
	somewhere.

	* camel-local-folder.c (camel_local_folder_construct): remove the
	special case test for a direct folder, leave it to subclasses to
	decide.

	* camel-local-store.c (local_get_trash, local_get_junk): calculate
	the state file based on the new store get_meta_path calls.  Also
	use the CAMEL_VJUNK_NAME, etc.

	* camel-local-folder.c, camel-local-store.c: Moved the
	get_meta_path and get_full_path routines to the store instead of
	the folder.  fix all subclasses.

2005-02-23  Not Zed  <NotZed@Ximian.com>

	** See bug #71812

	* camel-mbox-summary.c (camel_mbox_summary_sync_mbox): clear the
	working flags after we've successfully performed a full sync, they
	are no longer needed.

2005-02-01  Not Zed  <NotZed@Ximian.com>

	* camel-maildir-store.c (get_folder_info): set the
	folder type of inbox properly.

	* started new chnagelog.

