From c691f3366efd43a8ea4a8cc442d75fe90848acdc Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 3 Jun 2004 09:30:47 +0000 Subject: put this back in, local folders not being noted properly all the time. 2004-06-02 Not Zed * mail-component.c (mc_add_local_store_done): put this back in, local folders not being noted properly all the time. svn path=/trunk/; revision=26165 --- mail/ChangeLog | 5 +++++ mail/mail-component.c | 14 +++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index d6108a27de..f15db97a77 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2004-06-02 Not Zed + + * mail-component.c (mc_add_local_store_done): put this back in, + local folders not being noted properly all the time. + 2004-06-01 Jeffrey Stedfast * em-composer-utils.c (forward_non_attached): Don't attach diff --git a/mail/mail-component.c b/mail/mail-component.c index ebe949d5b5..7d406ed109 100644 --- a/mail/mail-component.c +++ b/mail/mail-component.c @@ -181,10 +181,22 @@ mc_add_store(MailComponent *component, CamelStore *store, const char *name, void mail_note_store(store, NULL, done, component); } +static void +mc_add_local_store_done(CamelStore *store, CamelFolderInfo *info, void *data) +{ + /*MailComponent *mc = data;*/ + int i; + + for (i=0;i