aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2000-05-31 01:41:31 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-05-31 01:41:31 +0800
commitd6571004c072b3e4da27849c0de1b51d3e42eae4 (patch)
tree7d19089518d7175e96cfa368409e024130c4c217 /camel/camel-folder.c
parent7172355841dbd207938ae58879819c6935465803 (diff)
downloadgsoc2013-evolution-d6571004c072b3e4da27849c0de1b51d3e42eae4.tar
gsoc2013-evolution-d6571004c072b3e4da27849c0de1b51d3e42eae4.tar.gz
gsoc2013-evolution-d6571004c072b3e4da27849c0de1b51d3e42eae4.tar.bz2
gsoc2013-evolution-d6571004c072b3e4da27849c0de1b51d3e42eae4.tar.lz
gsoc2013-evolution-d6571004c072b3e4da27849c0de1b51d3e42eae4.tar.xz
gsoc2013-evolution-d6571004c072b3e4da27849c0de1b51d3e42eae4.tar.zst
gsoc2013-evolution-d6571004c072b3e4da27849c0de1b51d3e42eae4.zip
Implemented a few more imap functions in providers/imap/camel-imap-folder.c
svn path=/trunk/; revision=3286
Diffstat (limited to 'camel/camel-folder.c')
-rw-r--r--camel/camel-folder.c4
1 files changed, 2 insertions, 2 deletions
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