aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-search.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/imap/camel-imap-search.h')
-rw-r--r--camel/providers/imap/camel-imap-search.h62
1 files changed, 0 insertions, 62 deletions
diff --git a/camel/providers/imap/camel-imap-search.h b/camel/providers/imap/camel-imap-search.h
deleted file mode 100644
index 7664c4c2ed..0000000000
--- a/camel/providers/imap/camel-imap-search.h
+++ /dev/null
@@ -1,62 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/* camel-imap-search.h: IMAP folder search */
-
-/*
- * Authors:
- * Dan Winship <danw@ximian.com>
- *
- * Copyright 2000 Ximian, Inc. (www.ximian.com)
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU General Public
- * License as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public
- * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- *
- */
-
-#ifndef _CAMEL_IMAP_SEARCH_H
-#define _CAMEL_IMAP_SEARCH_H
-
-#include <camel/camel-folder-search.h>
-#include <e-util/e-msgport.h>
-#include <camel/camel-data-cache.h>
-
-#define CAMEL_IMAP_SEARCH_TYPE (camel_imap_search_get_type ())
-#define CAMEL_IMAP_SEARCH(obj) CAMEL_CHECK_CAST (obj, camel_imap_search_get_type (), CamelImapSearch)
-#define CAMEL_IMAP_SEARCH_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_imap_search_get_type (), CamelImapSearchClass)
-#define CAMEL_IS_IMAP_SEARCH(obj) CAMEL_CHECK_TYPE (obj, camel_imap_search_get_type ())
-
-typedef struct _CamelImapSearchClass CamelImapSearchClass;
-
-struct _CamelImapSearch {
- CamelFolderSearch parent;
-
- guint32 lastuid; /* current 'last uid' for the folder */
- guint32 validity; /* validity of the current folder */
-
- CamelDataCache *cache; /* disk-cache for searches */
-
- /* cache of body search matches */
- unsigned int matches_count;
- EDList matches;
- GHashTable *matches_hash;
-};
-
-struct _CamelImapSearchClass {
- CamelFolderSearchClass parent_class;
-
-};
-
-CamelType camel_imap_search_get_type (void);
-CamelFolderSearch *camel_imap_search_new (const char *cachedir);
-
-#endif /* ! _CAMEL_IMAP_SEARCH_H */
ommitgraph'>* Update to 1.19mat2007-01-253-5/+7 * Update to 1.18mat2006-09-152-4/+4 * - update to 1.17clsung2006-08-012-4/+4 * Update to 1.16erwin2006-07-184-9/+22 * - update to 1.15leeym2006-06-222-4/+4 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2 * Take a perl@ hat and add SHA256 checksumsmat2005-11-141-0/+1 * Update to 1.14.tobez2005-09-292-3/+3 * Update to 1.13. Require perl >= 5.6tobez2005-09-164-13/+5 * - fix plist and unbreak this portleeym2005-09-072-2/+3 * Update to 1.12skv2005-08-313-26/+3 * Update to 1.08mat2004-10-142-3/+12 * Update to 1.07mat2004-08-162-4/+3 * Update to 1.06mat2004-05-042-3/+4 * - un-break for 5.005_03;tobez2004-04-192-3/+34 * BROKEN with perl 5.00503: Does not compilekris2004-03-181-1/+7 * Add URL.linimon2004-03-061-0/+2 * Update to 1.05: updates to input marshalling and serialization; bugfixes.linimon2004-03-042-2/+2 * utilize SITE_PERLijliao2003-10-242-9/+8 * Clear moonlight beckons.ade2003-03-072-1/+1 * Updated MAINTAINER to my new committer email address.tobez2001-06-132-2/+2 * Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-1/+0