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/mail-send-recv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-send-recv.c') 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