aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-18 11:07:09 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-18 11:07:09 +0800
commit6d03c10b697eb83bf7c1a50102275a1e4ac84ba6 (patch)
tree536ddb6f84cb4d70519297767a8269fe51688187 /mail/ChangeLog
parentd448b80bd6869bc238fedf21dd62b7148da970bb (diff)
downloadgsoc2013-evolution-6d03c10b697eb83bf7c1a50102275a1e4ac84ba6.tar
gsoc2013-evolution-6d03c10b697eb83bf7c1a50102275a1e4ac84ba6.tar.gz
gsoc2013-evolution-6d03c10b697eb83bf7c1a50102275a1e4ac84ba6.tar.bz2
gsoc2013-evolution-6d03c10b697eb83bf7c1a50102275a1e4ac84ba6.tar.lz
gsoc2013-evolution-6d03c10b697eb83bf7c1a50102275a1e4ac84ba6.tar.xz
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/ChangeLog')
-rw-r--r--mail/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 5772343b86..997e62cb37 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -6,7 +6,9 @@
2001-09-17 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c (storage_remove_folder): Unsubscribe from
- the folder before deleting it.
+ 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