aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-search.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-09-04 02:05:54 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-09-04 02:05:54 +0800
commit1d5176dbe5bb48f45e8cb9339b66d35e5df65554 (patch)
tree2c81078a7a652d2f26dfb2fde9690949d90e061c /camel/camel-folder-search.h
parent9a763746ccd9f51e37fba2ee8e68eec17622534d (diff)
downloadgsoc2013-evolution-1d5176dbe5bb48f45e8cb9339b66d35e5df65554.tar
gsoc2013-evolution-1d5176dbe5bb48f45e8cb9339b66d35e5df65554.tar.gz
gsoc2013-evolution-1d5176dbe5bb48f45e8cb9339b66d35e5df65554.tar.bz2
gsoc2013-evolution-1d5176dbe5bb48f45e8cb9339b66d35e5df65554.tar.lz
gsoc2013-evolution-1d5176dbe5bb48f45e8cb9339b66d35e5df65554.tar.xz
gsoc2013-evolution-1d5176dbe5bb48f45e8cb9339b66d35e5df65554.tar.zst
gsoc2013-evolution-1d5176dbe5bb48f45e8cb9339b66d35e5df65554.zip
** See bug #47765.
2003-08-20 Not Zed <NotZed@Ximian.com> ** See bug #47765. * camel-folder-search.h: Removed match1 member. * camel-folder-search.c (camel_folder_search_match_expression): use current directly rather than match1. This method isn't used anywhere anyway. (search_not): remove match1 stuff. (search_match_all): properly handle the match-all against 1 message as a scalar result, not an array result. 2003-09-03 Not Zed <NotZed@Ximian.com> * camel-http-stream.c (camel_http_stream_set_proxy): handle NULL proxy_url - unset the proxy. svn path=/trunk/; revision=22452
Diffstat (limited to 'camel/camel-folder-search.h')
-rw-r--r--camel/camel-folder-search.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/camel-folder-search.h b/camel/camel-folder-search.h
index 128e97aae9..e4d2253224 100644
--- a/camel/camel-folder-search.h
+++ b/camel/camel-folder-search.h
@@ -52,7 +52,6 @@ struct _CamelFolderSearch {
GPtrArray *summary; /* summary array for current search */
GHashTable *summary_hash; /* hashtable of summary items */
CamelMessageInfo *current; /* current message info, when searching one by one */
- CamelMessageInfo *match1; /* message info, when searching a single message only */
CamelMimeMessage *current_message; /* cache of current message, if required */
CamelIndex *body_index;
};