From: Christoph Hohmann Date: Tue, 10 Jul 2001 18:49:53 +0000 (+0000) Subject: add destination folder to table of folders that need to be updated after incorporation X-Git-Tag: VERSION_0_5_0~2 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=f384ea28f48041a75a737a17e089c32bef2ec609;hp=430559c25573eb2558384441c5789387c48a6aea add destination folder to table of folders that need to be updated after incorporation --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 980e6973c..b6af1da30 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,10 @@ +2001-07-10 [christoph] + + * src/inc.c + add destination folder to table of + folders that need to be updated after + incorporation + 2001-07-10 [alfons] * folder.[ch] diff --git a/src/inc.c b/src/inc.c index 8fe0b6544..58f6cebb1 100644 --- a/src/inc.c +++ b/src/inc.c @@ -1052,6 +1052,8 @@ static gint get_spool(FolderItem *dest, const gchar *mbox) unlock_mbox(mbox, lockfd, LOCK_FLOCK); if (folder_table) { + g_hash_table_insert(folder_table, dest, + GINT_TO_POINTER(1)); folder_item_scan_foreach(folder_table); folderview_update_item_foreach(folder_table); g_hash_table_destroy(folder_table);