diff options
author | Dan Winship <danw@src.gnome.org> | 2000-11-13 08:57:43 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-11-13 08:57:43 +0800 |
commit | 6e4eb7b99e5a210720cb7c686c9278c1df01345c (patch) | |
tree | ed296e71d3278a014453f956ded5026767e19dd9 /mail/ChangeLog | |
parent | b3eff205ee1b5608108ca5e8345c08a440a2428e (diff) | |
download | gsoc2013-evolution-6e4eb7b99e5a210720cb7c686c9278c1df01345c.tar.gz gsoc2013-evolution-6e4eb7b99e5a210720cb7c686c9278c1df01345c.tar.zst gsoc2013-evolution-6e4eb7b99e5a210720cb7c686c9278c1df01345c.zip |
Do this the normal way rather than calling mail_operation_wait_for_finish.
* mail-local.c (mail_do_register_folder): Do this the normal way
rather than calling mail_operation_wait_for_finish. There was some
reason for it originally, but it no longer applies. This makes
adding new folders from the folder selection dialog no longer
hang.
svn path=/trunk/; revision=6557
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d24b418a22..56239bb8aa 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2000-11-12 Dan Winship <danw@helixcode.com> + + * mail-local.c (mail_do_register_folder): Do this the normal way + rather than calling mail_operation_wait_for_finish. There was some + reason for it originally, but it no longer applies. This makes + adding new folders from the folder selection dialog no longer + hang. + 2000-11-12 Jeffrey Stedfast <fejj@helixcode.com> * mail-ops.c (do_filter_ondemand): Sync the source folder. |