aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-store.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-06-28 06:44:19 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-06-28 06:44:19 +0800
commit8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b (patch)
treed4c126134503398810c04cebd975ef07ea358653 /camel/providers/imap/camel-imap-store.h
parentf704f45bbf6561376cb41236d3fa205689718c58 (diff)
downloadgsoc2013-evolution-8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b.tar
gsoc2013-evolution-8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b.tar.gz
gsoc2013-evolution-8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b.tar.bz2
gsoc2013-evolution-8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b.tar.lz
gsoc2013-evolution-8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b.tar.xz
gsoc2013-evolution-8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b.tar.zst
gsoc2013-evolution-8b6fb870d7c9015ead885c4bbc8d6bc272d3f88b.zip
Move the CAPABILITY command here so we don't have to keep checking each
2000-06-27 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-store.c (imap_connect): Move the CAPABILITY command here so we don't have to keep checking each time we open a folder. (camel_imap_command_extended): If we are doing an EXAMINE, don't bother doing a SELECT first. * providers/imap/camel-imap-folder.c (imap_init): Update so folder->has_search_capability depends on the parent IMAP store (since this is really dependant on the IMAP implementation and not the folder) svn path=/trunk/; revision=3767
Diffstat (limited to 'camel/providers/imap/camel-imap-store.h')
-rw-r--r--camel/providers/imap/camel-imap-store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/providers/imap/camel-imap-store.h b/camel/providers/imap/camel-imap-store.h
index c8fa92eb89..d0ec78bf44 100644
--- a/camel/providers/imap/camel-imap-store.h
+++ b/camel/providers/imap/camel-imap-store.h
@@ -49,6 +49,7 @@ typedef struct {
guint32 command;
+ gboolean has_search_capability;
} CamelImapStore;