aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-08-20 01:59:34 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-08-20 01:59:34 +0800
commit1fcc2835b5a466d11c29299e3ae20919e37bce52 (patch)
tree1a3449d5c5325ae6df2d9926e2c8d395cae2209c /mail/ChangeLog
parent0a68edd9a45e81372577ef76d74017e107c69e3e (diff)
downloadgsoc2013-evolution-1fcc2835b5a466d11c29299e3ae20919e37bce52.tar
gsoc2013-evolution-1fcc2835b5a466d11c29299e3ae20919e37bce52.tar.gz
gsoc2013-evolution-1fcc2835b5a466d11c29299e3ae20919e37bce52.tar.bz2
gsoc2013-evolution-1fcc2835b5a466d11c29299e3ae20919e37bce52.tar.lz
gsoc2013-evolution-1fcc2835b5a466d11c29299e3ae20919e37bce52.tar.xz
gsoc2013-evolution-1fcc2835b5a466d11c29299e3ae20919e37bce52.tar.zst
gsoc2013-evolution-1fcc2835b5a466d11c29299e3ae20919e37bce52.zip
Removed the new-mail-notification mess.
2003-08-18 Jeffrey Stedfast <fejj@ximian.com> * mail-session.c (main_get_filter_driver): Removed the new-mail-notification mess. * mail-folder-cache.c (notify_idle_cb): New idle callback to alert the user about new mail. (notify_type_changed): New function to intercept user changes to his/her notification settings changes. (real_flush_updates): Initialise new mail notification if not yet initialised and setup an idle callback if none is already set. (update_1folder): Now takes an additional argument `new' which states whether or not the fodler got any new mail so that we may handle notify the user (if needed). (folder_changed): Pass in the number of new messages received. svn path=/trunk/; revision=22290
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index e7c7e92570..b3dd16eedd 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,19 @@
+2003-08-18 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-session.c (main_get_filter_driver): Removed the
+ new-mail-notification mess.
+
+ * mail-folder-cache.c (notify_idle_cb): New idle callback to alert
+ the user about new mail.
+ (notify_type_changed): New function to intercept user changes to
+ his/her notification settings changes.
+ (real_flush_updates): Initialise new mail notification if not yet
+ initialised and setup an idle callback if none is already set.
+ (update_1folder): Now takes an additional argument `new' which
+ states whether or not the fodler got any new mail so that we may
+ handle notify the user (if needed).
+ (folder_changed): Pass in the number of new messages received.
+
2003-08-19 Not Zed <NotZed@Ximian.com>
* mail-callbacks.c (mail_generate_reply): Added a comment for