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/providers/mbox/camel-mbox-folder.h | |
parent | 188a9f0afa2ac898b9bc90c0301c760a7224d100 (diff) | |
download | gsoc2013-evolution-896c775a526e35d8c201c5ba4a27d6b87b25167c.tar.gz 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/providers/mbox/camel-mbox-folder.h')
-rw-r--r-- | camel/providers/mbox/camel-mbox-folder.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/providers/mbox/camel-mbox-folder.h b/camel/providers/mbox/camel-mbox-folder.h index f74c51a6c3..366aca3e86 100644 --- a/camel/providers/mbox/camel-mbox-folder.h +++ b/camel/providers/mbox/camel-mbox-folder.h @@ -54,7 +54,6 @@ typedef struct { gchar *index_file_path; /* index of body contents */ ibex *index; /* index for this folder */ - int search_id; /* next search id */ GList *searches; /* current searches */ CamelMboxSummary *summary; |