diff options
Diffstat (limited to 'camel/tests/lib/folders.h')
-rw-r--r-- | camel/tests/lib/folders.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/tests/lib/folders.h b/camel/tests/lib/folders.h index 2cb2d97028..d3c9686dc2 100644 --- a/camel/tests/lib/folders.h +++ b/camel/tests/lib/folders.h @@ -15,6 +15,6 @@ void test_folder_message(CamelFolder *folder, const char *uid); /* check message not present everywhere it shouldn't be */ void test_folder_not_message(CamelFolder *folder, const char *uid); /* test basic folder ops on a store */ -void test_folder_basic(CamelSession *session, const char *storename, int local); +void test_folder_basic(CamelSession *session, const char *storename, int local, int spool); /* test basic message operations on a folder */ -void test_folder_message_ops(CamelSession *session, const char *storename, int local); +void test_folder_message_ops(CamelSession *session, const char *storename, int local, int spool); |