aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-folder.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-01-12 06:04:29 +0800
committerDan Winship <danw@src.gnome.org>2001-01-12 06:04:29 +0800
commit47d864c709acf663365af2dd539cbc88bfb87a86 (patch)
treec3b96161432a10599ce398e1417595168096706e /camel/providers/imap/camel-imap-folder.h
parent093c24b9a767d2fa5bc29becc70bf935c9d01e7a (diff)
downloadgsoc2013-evolution-47d864c709acf663365af2dd539cbc88bfb87a86.tar
gsoc2013-evolution-47d864c709acf663365af2dd539cbc88bfb87a86.tar.gz
gsoc2013-evolution-47d864c709acf663365af2dd539cbc88bfb87a86.tar.bz2
gsoc2013-evolution-47d864c709acf663365af2dd539cbc88bfb87a86.tar.lz
gsoc2013-evolution-47d864c709acf663365af2dd539cbc88bfb87a86.tar.xz
gsoc2013-evolution-47d864c709acf663365af2dd539cbc88bfb87a86.tar.zst
gsoc2013-evolution-47d864c709acf663365af2dd539cbc88bfb87a86.zip
New function to check for added/deleted messages when re-selecting a
* providers/imap/camel-imap-folder.c (camel_imap_folder_selected): New function to check for added/deleted messages when re-selecting a folder. (imap_refresh_info, imap_rescan, imap_update_summary): Various locking tweaks that turn out to be irrelevant since command_lock is recursive, but whatever. * providers/imap/camel-imap-command.c (camel_imap_command): When selecting a new folder, call camel_imap_folder_selected on it. svn path=/trunk/; revision=7410
Diffstat (limited to 'camel/providers/imap/camel-imap-folder.h')
-rw-r--r--camel/providers/imap/camel-imap-folder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/providers/imap/camel-imap-folder.h b/camel/providers/imap/camel-imap-folder.h
index 6863782c8a..a943189f5a 100644
--- a/camel/providers/imap/camel-imap-folder.h
+++ b/camel/providers/imap/camel-imap-folder.h
@@ -66,6 +66,10 @@ CamelFolder *camel_imap_folder_new (CamelStore *parent,
const char *summary_file,
CamelException *ex);
+void camel_imap_folder_selected (CamelFolder *folder,
+ CamelImapResponse *response,
+ CamelException *ex);
+
void camel_imap_folder_changed (CamelFolder *folder, int exists,
GArray *expunged, CamelException *ex);