From 21aeef2455f4bc2feee0237e032a38b907cfcc19 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Mon, 26 Nov 2001 12:35:27 +0000 Subject: [PATCH] add 'Mark all read', remove 'Add sender to address book' --- ChangeLog.claws | 10 +++++++++- configure.in | 2 +- src/mainwindow.c | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 8f30d7358..46fa2f0a3 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,9 +1,17 @@ +2001-11-26 [paul] 0.6.5claws38 + + * src/mainwindow.c + remove '/Message/Add Sender to address book' from + main_window_set_menu_sensitive(), prevent debug warning + add 'Message/Mark/Mark all read' to mainwin_entries[] + 2001-11-26 [paul] 0.6.5claws37 * src/summaryview.c fix 'recurring unread state' bug - * tools/README, tools/filter_conv.pl + * tools/README + * tools/filter_conv.pl read name of top level mailbox from folderlist.xml and presume nothing about its name diff --git a/configure.in b/configure.in index 3e4679fc3..2d9340d4a 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ MINOR_VERSION=6 MICRO_VERSION=5 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws37 +EXTRA_VERSION=claws38 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl diff --git a/src/mainwindow.c b/src/mainwindow.c index 683c768fb..be0cc09ff 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -550,6 +550,7 @@ static GtkItemFactoryEntry mainwin_entries[] = {N_("/_Message/_Mark/Mark as unr_ead"), NULL, mark_as_unread_cb, 0, NULL}, {N_("/_Message/_Mark/Mark as rea_d"), NULL, mark_as_read_cb, 0, NULL}, + {N_("/_Message/_Mark/Mark all read"), NULL, mark_all_read_cb, 0, NULL}, {N_("/_Message/---"), NULL, NULL, 0, ""}, {N_("/_Message/Open in new _window"), "N", open_msg_cb, 0, NULL}, @@ -1353,7 +1354,6 @@ void main_window_set_menu_sensitive(MainWindow *mainwin) {"/Message/Copy...", M_TARGET_EXIST|M_EXEC|M_UNLOCKED}, {"/Message/Delete" , M_TARGET_EXIST|M_EXEC|M_UNLOCKED}, {"/Message/Mark" , M_TARGET_EXIST}, - {"/Message/Add sender to address book", M_SINGLE_TARGET_EXIST}, {"/Summary/Delete duplicated messages", M_MSG_EXIST|M_EXEC|M_UNLOCKED}, {"/Summary/Filter messages" , M_MSG_EXIST|M_EXEC|M_UNLOCKED}, -- 2.25.1