aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-folder.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-09-28 07:55:26 +0800
committerDan Winship <danw@src.gnome.org>2000-09-28 07:55:26 +0800
commitef97f35231ffe997643a58e4c40a084e42413a5c (patch)
treee6bdd850ba356d126c06db683eedd76e3f836afa /camel/providers/imap/camel-imap-folder.h
parent6f2839b4d1869b990e6b855e2eb2c363e04db9aa (diff)
downloadgsoc2013-evolution-ef97f35231ffe997643a58e4c40a084e42413a5c.tar
gsoc2013-evolution-ef97f35231ffe997643a58e4c40a084e42413a5c.tar.gz
gsoc2013-evolution-ef97f35231ffe997643a58e4c40a084e42413a5c.tar.bz2
gsoc2013-evolution-ef97f35231ffe997643a58e4c40a084e42413a5c.tar.lz
gsoc2013-evolution-ef97f35231ffe997643a58e4c40a084e42413a5c.tar.xz
gsoc2013-evolution-ef97f35231ffe997643a58e4c40a084e42413a5c.tar.zst
gsoc2013-evolution-ef97f35231ffe997643a58e4c40a084e42413a5c.zip
Return untagged data in a GPtrArray rather than a string, since it saves
* providers/imap/camel-imap-store.c (camel_imap_command_extended): Return untagged data in a GPtrArray rather than a string, since it saves processing time and is much easier to deal with for several commands. Update for camel_imap_folder_changed change. (camel_imap_fetch_command): Update for camel_imap_folder_changed change. (imap_connect, imap_folder_exists): Update for camel_imap_command_extended change. * providers/imap/camel-imap-folder.c (imap_get_message_count_internal, imap_get_subfolder_info_internal, imap_search_by_expression): Update for camel_imap_command_extended change. (imap_get_summary_internal, imap_get_message_info_internal): Use camel_imap_fetch_command here now to get around the camel_imap_command_extended change. (camel_imap_folder_changed): turn expunged into a GArray of ints rather than a GPtrArray of strings representing ints. svn path=/trunk/; revision=5608
Diffstat (limited to 'camel/providers/imap/camel-imap-folder.h')
-rw-r--r--camel/providers/imap/camel-imap-folder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-folder.h b/camel/providers/imap/camel-imap-folder.h
index 2589ab4d50..d4d960b2a8 100644
--- a/camel/providers/imap/camel-imap-folder.h
+++ b/camel/providers/imap/camel-imap-folder.h
@@ -64,7 +64,7 @@ typedef struct {
/* public methods */
CamelFolder *camel_imap_folder_new (CamelStore *parent, const char *folder_name);
-void camel_imap_folder_changed (CamelFolder *folder, gint recent, GPtrArray *expunged,
+void camel_imap_folder_changed (CamelFolder *folder, gint recent, GArray *expunged,
CamelException *ex);
/* Standard Camel function */