diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-30 07:23:12 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-30 07:23:12 +0800 |
commit | 921c64fb60dfb696590d45f2521a041213a91b0a (patch) | |
tree | f7330ec3ce785b6dddaed0f29675bd9606a5d189 /camel/ChangeLog | |
parent | c2f642c4e1c1dea3aef8bd0dedf11c4fb0d2f542 (diff) | |
download | gsoc2013-evolution-921c64fb60dfb696590d45f2521a041213a91b0a.tar.gz gsoc2013-evolution-921c64fb60dfb696590d45f2521a041213a91b0a.tar.zst gsoc2013-evolution-921c64fb60dfb696590d45f2521a041213a91b0a.zip |
Don't emit a folder_subscribed signal if we are in the process of renaming
2001-10-29 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-store.c (subscribe_folder): Don't emit
a folder_subscribed signal if we are in the process of renaming
folders.
(unsubscribe_folder): Same here but for the unsubscribe signal.
(rename_folder): Unsubscribe from the folder being renamed and any
subfolders it may have before actually renaming. Once the folder
has been renamed, re-subscribe to it and it's subfolders with the
new name.
* camel-store.c (camel_folder_info_build): Sort the folder info's
before constructing the tree.
svn path=/trunk/; revision=14378
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 59f88d6220..35134971cd 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,17 @@ 2001-10-29 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap/camel-imap-store.c (subscribe_folder): Don't emit + a folder_subscribed signal if we are in the process of renaming + folders. + (unsubscribe_folder): Same here but for the unsubscribe signal. + (rename_folder): Unsubscribe from the folder being renamed and any + subfolders it may have before actually renaming. Once the folder + has been renamed, re-subscribe to it and it's subfolders with the + new name. + + * camel-store.c (camel_folder_info_build): Sort the folder info's + before constructing the tree. + * camel-mime-utils.c (header_decode_param): Minor fix - should have been using a strNcmp when checking if it was an rfc2047 encoded word. |