diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-29 14:06:48 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-29 14:06:48 +0800 |
commit | c183f07578437c8d5060ab07a5608c79e677d224 (patch) | |
tree | ac7983115a837435a97f569b6242713eed939dc1 /mail/ChangeLog | |
parent | d18328b51bf26d7ce84069510e36bf981e389803 (diff) | |
download | gsoc2013-evolution-c183f07578437c8d5060ab07a5608c79e677d224.tar.gz gsoc2013-evolution-c183f07578437c8d5060ab07a5608c79e677d224.tar.zst gsoc2013-evolution-c183f07578437c8d5060ab07a5608c79e677d224.zip |
call mail_note_store rather than get_folder_info so that unread counts are
2004-04-29 Not Zed <NotZed@Ximian.com>
* mail-send-recv.c (receive_update_got_store): call
mail_note_store rather than get_folder_info so that unread counts
are propagated to the ui too.
svn path=/trunk/; revision=25679
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c40938e3d2..d5b0d845d4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2004-04-29 Not Zed <NotZed@Ximian.com> + * mail-send-recv.c (receive_update_got_store): call + mail_note_store rather than get_folder_info so that unread counts + are propagated to the ui too. + * mail-errors.xml.in: fix the password dialogue text. 2004-04-28 Jeffrey Stedfast <fejj@ximian.com> |