diff options
author | 8 <NotZed@Ximian.com> | 2001-10-28 13:10:56 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-28 13:10:56 +0800 |
commit | 78b66af8ce96ab41e476d3ebf36cd85fced6d781 (patch) | |
tree | 271e7655e09c1a0a89798739e941d519765cfaa9 /camel/ChangeLog | |
parent | b1d36fe27d0434b98176a670ca67e64e5d4bb11e (diff) | |
download | gsoc2013-evolution-78b66af8ce96ab41e476d3ebf36cd85fced6d781.tar.gz gsoc2013-evolution-78b66af8ce96ab41e476d3ebf36cd85fced6d781.tar.zst gsoc2013-evolution-78b66af8ce96ab41e476d3ebf36cd85fced6d781.zip |
Use path not protocol as the path part of the uri of the folder_created
2001-10-28 <NotZed@Ximian.com>
* providers/local/camel-local-folder.c
(camel_local_folder_construct): Use path not protocol as the path
part of the uri of the folder_created event.
* providers/local/camel-maildir-store.c (scan_dir): If FAST is
set, dont try and scan for unread counts.
* providers/local/camel-local-store.c (create_folder): Implement,
just return the folderinfo of the folder matched, not all of it.
* camel-store.c (camel_store_rename_folder): Rename the
camelfolders before emitting the folderchanged event (otherwise
vstore fails to pick up change.
* camel-store.c (camel_store_init): Always use a default dir_sep
of '/'.
* camel-store.h (struct _CamelStore): Added a dir_sep to the base
store so rename and whatnot can work, temporary fix for mixed dir
separator in folder name api's.
* providers/imap/camel-map-store.c:
(imap_connect_online): Also set the store's dir_sep here.
(imap_connect_offline): "
svn path=/trunk/; revision=14275
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6776cb0b34..64c4914a74 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,7 +1,32 @@ +2001-10-28 <NotZed@Ximian.com> + + * providers/local/camel-local-folder.c + (camel_local_folder_construct): Use path not protocol as the path + part of the uri of the folder_created event. + + * providers/local/camel-maildir-store.c (scan_dir): If FAST is + set, dont try and scan for unread counts. + + * providers/local/camel-local-store.c (create_folder): Implement, + just return the folderinfo of the folder matched, not all of it. + + * camel-store.c (camel_store_rename_folder): Rename the + camelfolders before emitting the folderchanged event (otherwise + vstore fails to pick up change. + 2001-10-27 <NotZed@Ximian.com> + * camel-store.c (camel_store_init): Always use a default dir_sep + of '/'. + + * camel-store.h (struct _CamelStore): Added a dir_sep to the base + store so rename and whatnot can work, temporary fix for mixed dir + separator in folder name api's. + * providers/imap/camel-imap-store.c (rename_folder): Finished implementation. + (imap_connect_online): Also set the store's dir_sep here. + (imap_connect_offline): " * providers/local/camel-local-folder.c (local_rename): Implement local rename of folder objects. |