From: Christoph Hohmann Date: Wed, 31 Jul 2002 21:18:23 +0000 (+0000) Subject: * src/mainwindow.c X-Git-Tag: before_folder_color~92 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=7c5275746ed25afb95a9c35c9cfb8d5a073462fe * src/mainwindow.c forgot to update menu sensitivity function for new menu entry --- diff --git a/ChangeLog.claws b/ChangeLog.claws index 8ade9128f..0dec01c8b 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,9 @@ +2002-07-31 [christoph] 0.8.1claws6 + + * src/mainwindow.c + forgot to update menu sensitivity + function for new menu entry + 2002-07-31 [alfons] 0.8.1claws5 * src/main.c diff --git a/configure.in b/configure.in index c996c2b7d..c38705d80 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=8 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws5 +EXTRA_VERSION=claws6 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/mainwindow.c b/src/mainwindow.c index 75f182d24..d4e1b3170 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -1661,7 +1661,7 @@ void main_window_set_menu_sensitive(MainWindow *mainwin) } entry[] = { {"/File/Add mailbox..." , M_UNLOCKED}, {"/File/Add mbox mailbox..." , M_UNLOCKED}, - {"/File/Rescan folder tree" , M_UNLOCKED}, + {"/File/Check for new mails in all folders", M_UNLOCKED}, {"/File/Folder" , M_UNLOCKED}, {"/File/Import mbox file..." , M_UNLOCKED}, {"/File/Export to mbox file...", M_UNLOCKED},