From: Melvin Hadasht Date: Tue, 14 Jan 2003 15:52:19 +0000 (+0000) Subject: folderview_check_new(): More precise function description X-Git-Tag: rel_0_8_9~45 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=3d69bfcdb6ee92f6403ba03375125867f714aead;ds=sidebyside folderview_check_new(): More precise function description --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 6ed44291d..c50270f59 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2003-01-14 [melvin] 0.8.8claws98 + + * src/folderview.c + folderview_check_new(): More precise function description + 2003-01-14 [melvin] 0.8.8claws97 * src/folderview.c diff --git a/configure.in b/configure.in index cf7fe4e4e..e743436e9 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=8 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws97 +EXTRA_VERSION=claws98 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/folderview.c b/src/folderview.c index 634e39c3d..fbedb1de7 100644 --- a/src/folderview.c +++ b/src/folderview.c @@ -875,7 +875,8 @@ void folderview_rescan_all(void) #endif /** folderview_check_new() - * Count the number of new messages since last check. + * Scan and update the folder and return the + * count the number of new messages since last check. * \param folder the folder to check for new messages * \return the number of new messages since last check */