From d6571004c072b3e4da27849c0de1b51d3e42eae4 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 30 May 2000 17:41:31 +0000 Subject: Implemented a few more imap functions in providers/imap/camel-imap-folder.c svn path=/trunk/; revision=3286 --- camel/camel-folder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel/camel-folder.c') diff --git a/camel/camel-folder.c b/camel/camel-folder.c index 34b830f564..c4f06a55c4 100644 --- a/camel/camel-folder.c +++ b/camel/camel-folder.c @@ -576,13 +576,13 @@ camel_folder_create (CamelFolder *folder, CamelException *ex) * The scheme is the following: * 1) delete all messages in the folder * 2) if recurse is FALSE, and if there are subfolders - * return FALSE, else delete current folder and retuen TRUE + * return FALSE, else delete current folder and return TRUE * if recurse is TRUE, delete subfolders, delete * current folder and return TRUE * * subclasses implementing a protocol with a different * deletion behaviour must emulate this one or implement - * empty folders deletion and call this routine which + * empty folders deletion and call this routine which * will do all the works for them. * Opertions must be done in the folllowing order: * - call this routine -- cgit v1.2.3