diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-06-22 07:51:36 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-22 07:51:36 +0800 |
commit | 2751abfcef7d6a32b15948dd2801e216074d108f (patch) | |
tree | 3ba5435d5caa42f07ce258e85b822bb2a4aa2144 /camel/providers/imap/camel-imap-folder.h | |
parent | 930fe7cf7be0d15ad4329b82899af0fac75b9cc2 (diff) | |
download | gsoc2013-evolution-2751abfcef7d6a32b15948dd2801e216074d108f.tar.gz gsoc2013-evolution-2751abfcef7d6a32b15948dd2801e216074d108f.tar.zst gsoc2013-evolution-2751abfcef7d6a32b15948dd2801e216074d108f.zip |
Modified to use the "namespace" (url->path) if it exists.
2000-06-21 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-store.c (imap_create): Modified to
use the "namespace" (url->path) if it exists.
* providers/imap/camel-imap-folder.c (imap_delete_message_by_uid):
Now just sets the deleted flag on the summary rather than speaking
directly to the IMAP server. This is both faster and cleaner.
svn path=/trunk/; revision=3688
Diffstat (limited to 'camel/providers/imap/camel-imap-folder.h')
-rw-r--r-- | camel/providers/imap/camel-imap-folder.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-folder.h b/camel/providers/imap/camel-imap-folder.h index 625b91a06f..bb27040d61 100644 --- a/camel/providers/imap/camel-imap-folder.h +++ b/camel/providers/imap/camel-imap-folder.h @@ -61,7 +61,9 @@ typedef struct { /* public methods */ -CamelFolder *camel_imap_folder_new (CamelStore *parent, CamelException *ex); +CamelFolder *camel_imap_folder_new (CamelStore *parent, + const char *folder_name, + CamelException *ex); void camel_imap_folder_set_namespace (CamelFolder *folder, gchar *namespace); /* Standard Gtk function */ |