diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-10 06:40:49 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-10 06:40:49 +0800 |
commit | 90d51074c9c7c5284e3ff3e0a0eb4b5f5d96761f (patch) | |
tree | ab290885dfa6763006ef2480643e918725810448 /camel/ChangeLog | |
parent | b90d829757ffe516f8853ddd462f64220cc46b07 (diff) | |
download | gsoc2013-evolution-90d51074c9c7c5284e3ff3e0a0eb4b5f5d96761f.tar gsoc2013-evolution-90d51074c9c7c5284e3ff3e0a0eb4b5f5d96761f.tar.gz gsoc2013-evolution-90d51074c9c7c5284e3ff3e0a0eb4b5f5d96761f.tar.bz2 gsoc2013-evolution-90d51074c9c7c5284e3ff3e0a0eb4b5f5d96761f.tar.lz gsoc2013-evolution-90d51074c9c7c5284e3ff3e0a0eb4b5f5d96761f.tar.xz gsoc2013-evolution-90d51074c9c7c5284e3ff3e0a0eb4b5f5d96761f.tar.zst gsoc2013-evolution-90d51074c9c7c5284e3ff3e0a0eb4b5f5d96761f.zip |
New function to copy a header_references structure.
* camel-mime-utils.c (header_references_dup): New function to copy
a header_references structure.
* camel-folder-summary.c (camel_message_info_dup_to): New function
to (deep) copy the data from one CamelMessageInfo into another.
(camel_message_info_free): And free the data.
* providers/vee/camel-vee-folder.c (vee_sync): Implement. (empty).
(vee_search_by_expression): belatedly update for
camel_folder_search change.
(vee_folder_build): belatedly update for camel_folder_search
change. Use camel_message_info_dup_to and camel_message_info_free
(in particular, so that we get message_id and references info so
vfolders can be threaded).
(vee_folder_build_folder): Ditto.
svn path=/trunk/; revision=4024
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index fc221f7b8d..7802970b25 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,21 @@ +2000-07-09 Dan Winship <danw@helixcode.com> + + * camel-mime-utils.c (header_references_dup): New function to copy + a header_references structure. + + * camel-folder-summary.c (camel_message_info_dup_to): New function + to (deep) copy the data from one CamelMessageInfo into another. + (camel_message_info_free): And free the data. + + * providers/vee/camel-vee-folder.c (vee_sync): Implement. (empty). + (vee_search_by_expression): belatedly update for + camel_folder_search change. + (vee_folder_build): belatedly update for camel_folder_search + change. Use camel_message_info_dup_to and camel_message_info_free + (in particular, so that we get message_id and references info so + vfolders can be threaded). + (vee_folder_build_folder): Ditto. + 2000-07-08 Jeffrey Stedfast <fejj@helixcode.com> * providers/nntp/camel-nntp-folder.c: |