2007-08-10 [colin] 2.10.0cvs110
[claws.git] / src / etpan / imap-thread.h
index bf5db3b9d4b2301b2b828a85d0e1ea049a2b8f64..4603fb0cd800607f021d9d4ce7314a4a317735c9 100644 (file)
@@ -55,7 +55,12 @@ int imap_threaded_status(Folder * folder, const char * mb,
                guint mask);
 int imap_threaded_close(Folder * folder);
 
-int imap_threaded_noop(Folder * folder, unsigned int * p_exists);
+int imap_threaded_noop(Folder * folder, unsigned int * p_exists, 
+                      unsigned int *p_recent, 
+                      unsigned int *p_expunge,
+                      unsigned int *p_unseen,
+                      unsigned int *p_uidnext,
+                      unsigned int *p_uidval);
 int imap_threaded_starttls(Folder * folder, const gchar *host, int port);
 int imap_threaded_create(Folder * folder, const char * mb);
 int imap_threaded_rename(Folder * folder,