diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2000-05-03 04:58:23 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-03 04:58:23 +0800 |
commit | 9190e008ad92251cdf0c27772970c56214d6cc6e (patch) | |
tree | dd5e9e380f4209aac647b3b5279b32f042fb5703 /camel/providers/mbox/camel-mbox-folder.h | |
parent | cce3d433328f1ec39203e8b5770c6cc2650259a5 (diff) | |
download | gsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.tar.gz gsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.tar.zst gsoc2013-evolution-9190e008ad92251cdf0c27772970c56214d6cc6e.zip |
> * providers/mbox/camel-mbox-search.c
> (camel_mbox_folder_search_by_expression): Dont store/remove
> current search from the search list.
>
> * providers/mbox/camel-mbox-folder.h: Removed searches list,
> searches are all sync now.
svn path=/trunk/; revision=2755
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 366aca3e86..24a336f8c9 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 */ - GList *searches; /* current searches */ CamelMboxSummary *summary; } CamelMboxFolder; |