aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-01-05 01:08:40 +0800
committerDan Winship <danw@src.gnome.org>2001-01-05 01:08:40 +0800
commit495030c715bc440ab4a57f7e6f49d8b711953906 (patch)
treecb0a371388ebd39d6415c0f9d480fa414d36661c /mail/ChangeLog
parentf9f6c398725a2e0969e23753106edfb896ea5930 (diff)
downloadgsoc2013-evolution-495030c715bc440ab4a57f7e6f49d8b711953906.tar
gsoc2013-evolution-495030c715bc440ab4a57f7e6f49d8b711953906.tar.gz
gsoc2013-evolution-495030c715bc440ab4a57f7e6f49d8b711953906.tar.bz2
gsoc2013-evolution-495030c715bc440ab4a57f7e6f49d8b711953906.tar.lz
gsoc2013-evolution-495030c715bc440ab4a57f7e6f49d8b711953906.tar.xz
gsoc2013-evolution-495030c715bc440ab4a57f7e6f49d8b711953906.tar.zst
gsoc2013-evolution-495030c715bc440ab4a57f7e6f49d8b711953906.zip
Connect to "message_changed" on the folder if it's on a remote storage.
* folder-browser.c (got_folder): Connect to "message_changed" on the folder if it's on a remote storage. (update_unread_count): Update the folder unread count / highlight in the shell when the unread message count changes svn path=/trunk/; revision=7249
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3ff21a0ac4..af6aa2f51f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,10 @@
+2001-01-04 Dan Winship <danw@helixcode.com>
+
+ * folder-browser.c (got_folder): Connect to "message_changed" on
+ the folder if it's on a remote storage.
+ (update_unread_count): Update the folder unread count / highlight
+ in the shell when the unread message count changes
+
2001-01-04 Not Zed <NotZed@HelixCode.com>
* mail-ops.c (mail_do_send_mail): Removed old implementation.