make 'Hide read messages' sensitive
authorPaul Mangan <paul@claws-mail.org>
Thu, 31 Jan 2002 17:30:21 +0000 (17:30 +0000)
committerPaul Mangan <paul@claws-mail.org>
Thu, 31 Jan 2002 17:30:21 +0000 (17:30 +0000)
ChangeLog.claws
configure.in
src/mainwindow.c

index 5ab55a0e871e7e9f6c5738ae242d90721bebf875..ffc6d208eca2f37d56f7fdc40a0428bc4afd3752 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-31 [paul]      0.7.0claws42
+
+       * src/mainwindow.c
+               add '/View/Hide read messages' to main_window_set_menu_sensitive()
+
 2002-01-31 [paul]      0.7.0claws41
 
        * sync with sylpheed 0.7.0cvs27
 2002-01-31 [paul]      0.7.0claws41
 
        * sync with sylpheed 0.7.0cvs27
index a2899596217fbef073dc1b6c614d3bb2bfd4854b..2748c6e4a941e8cbf4aa67a5f17dfbb03ca1bd47 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=7
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws41
+EXTRA_VERSION=claws42
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index 0c3ea5435b2c2fada236e29cc464490a9eac5cd8..a0991420ddc772ee7ed84561211aadbfc473f717 100644 (file)
@@ -1478,6 +1478,7 @@ void main_window_set_menu_sensitive(MainWindow *mainwin)
                {"/View/Sort"                      , M_MSG_EXIST},
                {"/View/Thread view"               , M_UNTHREADED},
                {"/View/Unthread view"             , M_THREADED},
                {"/View/Sort"                      , M_MSG_EXIST},
                {"/View/Thread view"               , M_UNTHREADED},
                {"/View/Unthread view"             , M_THREADED},
+               {"/View/Hide read messages"        , M_MSG_EXIST},
                {"/View/Go to"                     , M_MSG_EXIST},
                {"/View/Go to/Prev message"        , M_MSG_EXIST},
                {"/View/Go to/Next message"        , M_MSG_EXIST},
                {"/View/Go to"                     , M_MSG_EXIST},
                {"/View/Go to/Prev message"        , M_MSG_EXIST},
                {"/View/Go to/Next message"        , M_MSG_EXIST},