diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2000-05-02 05:50:46 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-02 05:50:46 +0800 |
commit | 896c775a526e35d8c201c5ba4a27d6b87b25167c (patch) | |
tree | 6d7ea63d741f4c58b88b4ee0aa451facf9568b35 /camel/ChangeLog | |
parent | 188a9f0afa2ac898b9bc90c0301c760a7224d100 (diff) | |
download | gsoc2013-evolution-896c775a526e35d8c201c5ba4a27d6b87b25167c.tar gsoc2013-evolution-896c775a526e35d8c201c5ba4a27d6b87b25167c.tar.gz gsoc2013-evolution-896c775a526e35d8c201c5ba4a27d6b87b25167c.tar.bz2 gsoc2013-evolution-896c775a526e35d8c201c5ba4a27d6b87b25167c.tar.lz gsoc2013-evolution-896c775a526e35d8c201c5ba4a27d6b87b25167c.tar.xz gsoc2013-evolution-896c775a526e35d8c201c5ba4a27d6b87b25167c.tar.zst gsoc2013-evolution-896c775a526e35d8c201c5ba4a27d6b87b25167c.zip |
Removed search_id.
* providers/mbox/camel-mbox-folder.h (CamelMboxFolder): Removed
search_id.
* providers/mbox/camel-mbox-search.c
(camel_mbox_folder_search_cancel): Remove.d
(camel_mbox_folder_search_complete): Removed.
(camel_mbox_folder_search_by_expression): Changed back to sync
api.
(struct _searchcontext): Removed cancelled flag.
(find_context): Removed.
* providers/mbox/camel-mbox-search.h
(camel_mbox_folder_search_by_expression): Moved back to sync api.
(camel_folder_search_complete): Removed.
(camel_folder_search_cancel): Removed.
(CamelFolderClass): New function summary_get_by_uid() to get a single
summary.
(*search*): Moved back to synchronous search api ... *sigh*
svn path=/trunk/; revision=2723
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index e3e601cb09..a940175068 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,19 @@ 2000-05-01 NotZed <NotZed@HelixCode.com> + * providers/mbox/camel-mbox-folder.h (CamelMboxFolder): Removed + search_id. + + * providers/mbox/camel-mbox-search.c + (camel_mbox_folder_search_cancel): Remove.d + (camel_mbox_folder_search_complete): Removed. + (camel_mbox_folder_search_by_expression): Changed back to sync + api. + (struct _searchcontext): Removed cancelled flag. + (find_context): Removed. + + * providers/mbox/camel-mbox-search.h + (camel_mbox_folder_search_by_expression): Moved back to sync api. + * providers/mbox/camel-mbox-summary.c (camel_mbox_summary_set_flags_by_uid): New function to update the flags in the summary. @@ -21,6 +35,8 @@ * camel-folder.c (_finalize): Uh, dont free permanent_flags anymore (this wouldn't failed anyway, it was a GList !!!) + (camel_folder_search_complete): Removed. + (camel_folder_search_cancel): Removed. * camel-folder.h (struct _CamelFolder): Change permanent_flags to a bitfield. @@ -29,6 +45,9 @@ (camel_folder_expunge): Changed expunge to a void type. The messages would no longer be useful after they have been removed ... + (CamelFolderClass): New function summary_get_by_uid() to get a single + summary. + (*search*): Moved back to synchronous search api ... *sigh* * camel-mime-message.c (set_flag): Removed. (camel_mime_message_set_flag): Removed. |