diff options
author | Karl Relton <karllinuxtest.relton@ntlworld.com> | 2007-06-02 05:53:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2007-06-02 05:53:26 +0800 |
commit | 3d2a46877e96d740891e7f717d1f882e27506cdf (patch) | |
tree | 93b7608dad5bd58bccfa3d3b28ffbac586cb8656 /mail/ChangeLog | |
parent | 068e5e40b09717f630f6bb12bc199d6a739db4e3 (diff) | |
download | gsoc2013-evolution-3d2a46877e96d740891e7f717d1f882e27506cdf.tar gsoc2013-evolution-3d2a46877e96d740891e7f717d1f882e27506cdf.tar.gz gsoc2013-evolution-3d2a46877e96d740891e7f717d1f882e27506cdf.tar.bz2 gsoc2013-evolution-3d2a46877e96d740891e7f717d1f882e27506cdf.tar.lz gsoc2013-evolution-3d2a46877e96d740891e7f717d1f882e27506cdf.tar.xz gsoc2013-evolution-3d2a46877e96d740891e7f717d1f882e27506cdf.tar.zst gsoc2013-evolution-3d2a46877e96d740891e7f717d1f882e27506cdf.zip |
** Fix for bug #311512
2007-06-01 Karl Relton <karllinuxtest.relton@ntlworld.com>
** Fix for bug #311512
* mail-folder-cache.c (folder_changed): Check the added uids for
messages which are not seen/deleted/junk and compare their
received date with the timestamp of the last new-mail notification
- if any are more recent than that, notify the user.
svn path=/trunk/; revision=33614
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c9385fb5ce..587ec8b13a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2007-06-01 Karl Relton <karllinuxtest.relton@ntlworld.com> + + ** Fix for bug #311512 + + * mail-folder-cache.c (folder_changed): Check the added uids for + messages which are not seen/deleted/junk and compare their + received date with the timestamp of the last new-mail notification + - if any are more recent than that, notify the user. + 2007-06-02 Srinivasa Ragavan <sragavan@novell.com> ** Adds support for Contact Image in the preview pane |