diff options
author | Not Zed <NotZed@Ximian.com> | 2001-02-22 04:13:07 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-02-22 04:13:07 +0800 |
commit | 3d924d9972c35c96d57c6e503f21f26a2cc6e95d (patch) | |
tree | c977751da2680be7240d19c44f1c9c754a1859ae /mail/ChangeLog | |
parent | 535fea211a9a35f5b04017124a71764daf926723 (diff) | |
download | gsoc2013-evolution-3d924d9972c35c96d57c6e503f21f26a2cc6e95d.tar gsoc2013-evolution-3d924d9972c35c96d57c6e503f21f26a2cc6e95d.tar.gz gsoc2013-evolution-3d924d9972c35c96d57c6e503f21f26a2cc6e95d.tar.bz2 gsoc2013-evolution-3d924d9972c35c96d57c6e503f21f26a2cc6e95d.tar.lz gsoc2013-evolution-3d924d9972c35c96d57c6e503f21f26a2cc6e95d.tar.xz gsoc2013-evolution-3d924d9972c35c96d57c6e503f21f26a2cc6e95d.tar.zst gsoc2013-evolution-3d924d9972c35c96d57c6e503f21f26a2cc6e95d.zip |
started hack for progress reporting, which is currently to the console.
2001-02-22 Not Zed <NotZed@Ximian.com>
* mail-local.c (local_storage_new_folder_cb): started hack for
progress reporting, which is currently to the console.
* mail-mt.c (set_stop): Set the stop button sensitivity.
(mail_msg_received): enable/disable stop button while we're
processing stuff in another thread.
* message-list.c (ml_tree_value_at): If our uid entry vanishes
before w'ere ready, then make a fake.
svn path=/trunk/; revision=8338
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5e4beb6ab5..dea9a29bff 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2001-02-22 Not Zed <NotZed@Ximian.com> + + * mail-local.c (local_storage_new_folder_cb): started hack for + progress reporting, which is currently to the console. + + * mail-mt.c (set_stop): Set the stop button sensitivity. + (mail_msg_received): enable/disable stop button while we're + processing stuff in another thread. + + * message-list.c (ml_tree_value_at): If our uid entry vanishes + before w'ere ready, then make a fake. + 2001-02-21 Jeffrey Stedfast <fejj@ximian.com> * mail-crypto.c (pgp_mime_part_verify): Changed to use |