From c183f07578437c8d5060ab07a5608c79e677d224 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 29 Apr 2004 06:06:48 +0000 Subject: call mail_note_store rather than get_folder_info so that unread counts are 2004-04-29 Not Zed * 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 --- mail/ChangeLog | 4 ++++ mail/mail-send-recv.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + * 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 diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c index a27ca71da5..09c1605a9e 100644 --- a/mail/mail-send-recv.c +++ b/mail/mail-send-recv.c @@ -700,7 +700,7 @@ receive_update_got_store (char *uri, CamelStore *store, void *data) struct _send_info *info = data; if (store) { - mail_get_folderinfo (store, info->cancel, receive_update_got_folderinfo, info); + mail_note_store(store, info->cancel, receive_update_got_folderinfo, info); } else { receive_done ("", info); } -- cgit v1.2.3