aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index d44e016cc0..ea2088737c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,16 @@
2004-03-10 Jeffrey Stedfast <fejj@ximian.com>
+ Partial fix for bug #53862
+
+ * em-folder-selector.c (emfs_response): Connect to the newly added
+ "folder-added" signal and save a created_uri string so that we can
+ be sure to only listen for the creation of the folder the user
+ created in *our* create-folder dilog (and not from some other
+ place).
+
+ * em-folder-tree-model.c (folder_subscribed): Emit a new
+ "folder-added" signal.
+
* mail-session.c (request_password): Focus the entry widget. Fixes
bug #55330.