diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-09-18 11:07:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-09-18 11:07:09 +0800 |
commit | 6d03c10b697eb83bf7c1a50102275a1e4ac84ba6 (patch) | |
tree | 536ddb6f84cb4d70519297767a8269fe51688187 /mail/mail-ops.c | |
parent | d448b80bd6869bc238fedf21dd62b7148da970bb (diff) | |
download | gsoc2013-evolution-6d03c10b697eb83bf7c1a50102275a1e4ac84ba6.tar.gz gsoc2013-evolution-6d03c10b697eb83bf7c1a50102275a1e4ac84ba6.tar.zst gsoc2013-evolution-6d03c10b697eb83bf7c1a50102275a1e4ac84ba6.zip |
Unsubscribe from the folder before deleting it. Also, use the url's path
2001-09-17 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c (storage_remove_folder): Unsubscribe from
the folder before deleting it. Also, use the url's path instead of
the shell's path since IMAP doesn't necessarily have to use "/" as
the dir sep.
* mail-ops.c (remove_folder_get): If the store supports
subscriptions, make sure to unsubscribe from the folder before
deleting it.
svn path=/trunk/; revision=12931
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 3c229fab2b..71608f5856 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -293,7 +293,7 @@ fetch_mail_fetch (struct _mail_msg *mm) if (!fm->delete || camel_exception_is_set (&mm->ex)) camel_uid_cache_save (cache); - /* if we are deleting off the server an no exception occured + /* if we are deleting off the server and no exception occured * then iterate through the folder uids and mark them all * for deletion. */ if (fm->delete && !camel_exception_is_set (&mm->ex)) { |