diff options
Diffstat (limited to 'camel/providers/imap/camel-imap-store.h')
-rw-r--r-- | camel/providers/imap/camel-imap-store.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/providers/imap/camel-imap-store.h b/camel/providers/imap/camel-imap-store.h index eecc42a1e0..7aa911f394 100644 --- a/camel/providers/imap/camel-imap-store.h +++ b/camel/providers/imap/camel-imap-store.h @@ -89,6 +89,9 @@ gint camel_imap_command (CamelImapStore *store, CamelFolder *folder, gint camel_imap_command_extended (CamelImapStore *store, CamelFolder *folder, char **ret, CamelException *ex, char *fmt, ...); +gint camel_imap_fetch_command (CamelImapStore *store, CamelFolder *folder, + char **ret, CamelException *ex, char *fmt, ...); + /* multi-transactional commands... */ gint camel_imap_command_preliminary (CamelImapStore *store, char **cmdid, |