set need_update folder flag when messages are added
(closes bug [ 626922 ] folder not updated after receiving)
+2002-10-26 [christoph] 0.8.5claws55
+
+ * src/folder.c
+ set need_update folder flag when messages are added
+ (closes bug [ 626922 ] folder not updated after receiving)
+
2002-10-25 [melvin] 0.8.5claws54
* src/imageview.c
MICRO_VERSION=5
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=claws54
+EXTRA_VERSION=claws55
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target
if (MSG_IS_UNREAD(msginfo->flags))
dest->unread++;
dest->total++;
+ dest->need_update = TRUE;
msgcache_add_msg(dest->cache, msginfo);