diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-28 05:57:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-05-28 05:57:41 +0800 |
commit | d8c5c9136dbbb3e42f14701bdcadceab40d5171f (patch) | |
tree | 8b97429f2b75ff473e49fc9552469ccc8d559428 /camel/providers/imap/camel-imap-folder.h | |
parent | d206a2e89b5efb9373e3a99cf4cb28fd04986a8a (diff) | |
download | gsoc2013-evolution-d8c5c9136dbbb3e42f14701bdcadceab40d5171f.tar.gz gsoc2013-evolution-d8c5c9136dbbb3e42f14701bdcadceab40d5171f.tar.zst gsoc2013-evolution-d8c5c9136dbbb3e42f14701bdcadceab40d5171f.zip |
Ripped out camel_imap_command_get_additional_data() from camel-imap-store and implemented a number of methods in camel-imap-folder
svn path=/trunk/; revision=3233
Diffstat (limited to 'camel/providers/imap/camel-imap-folder.h')
-rw-r--r-- | camel/providers/imap/camel-imap-folder.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/providers/imap/camel-imap-folder.h b/camel/providers/imap/camel-imap-folder.h index 5a54d693d2..54605cfb35 100644 --- a/camel/providers/imap/camel-imap-folder.h +++ b/camel/providers/imap/camel-imap-folder.h @@ -48,6 +48,9 @@ typedef struct { gchar *folder_dir_path; /* contains the subfolders */ gchar *index_file_path; /* index of body contents */ + ibex *index; /* index for this folder */ + CamelImapSummary *summary; + CamelFolderSearch *search; /* used to run searches, we just use the real thing (tm) */ } CamelImapFolder; |