diff options
author | Dan Winship <danw@src.gnome.org> | 2001-06-27 03:13:24 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-06-27 03:13:24 +0800 |
commit | 03d2f262c0d2094b8b4d7fdbeb45adbff0ade372 (patch) | |
tree | e4b556a805d300dc7b51a449d62dbd32356b5b27 /mail/ChangeLog | |
parent | 1b6c44d638d882e71f0961b4b23f54d01520f237 (diff) | |
download | gsoc2013-evolution-03d2f262c0d2094b8b4d7fdbeb45adbff0ade372.tar gsoc2013-evolution-03d2f262c0d2094b8b4d7fdbeb45adbff0ade372.tar.gz gsoc2013-evolution-03d2f262c0d2094b8b4d7fdbeb45adbff0ade372.tar.bz2 gsoc2013-evolution-03d2f262c0d2094b8b4d7fdbeb45adbff0ade372.tar.lz gsoc2013-evolution-03d2f262c0d2094b8b4d7fdbeb45adbff0ade372.tar.xz gsoc2013-evolution-03d2f262c0d2094b8b4d7fdbeb45adbff0ade372.tar.zst gsoc2013-evolution-03d2f262c0d2094b8b4d7fdbeb45adbff0ade372.zip |
Don't pop up a progress dialog to say "I already finished this a while
* mail-mt.c (op_status_timeout): Don't pop up a progress dialog to
say "I already finished this a while ago".
* component-factory.c (storage_create_folder): Pass the path
prefix to folder_created so it can add it to the folder tree in
the right place.
* mail-callbacks.c (folder_created): Take a path prefix.
svn path=/trunk/; revision=10508
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index fa3070465a..f59364ae39 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2001-06-26 Dan Winship <danw@ximian.com> + + * mail-mt.c (op_status_timeout): Don't pop up a progress dialog to + say "I already finished this a while ago". + + * component-factory.c (storage_create_folder): Pass the path + prefix to folder_created so it can add it to the folder tree in + the right place. + + * mail-callbacks.c (folder_created): Take a path prefix. + 2001-06-26 jacob berkman <jacob@ximian.com> * mail-config.c (mail_config_get_show_preview): make ettore stop |