2007-08-24 [paul] 2.10.0cvs161

* src/folderview.c
		add mnemonic to 'Run procesing rules'
This commit is contained in:
Paul Mangan 2007-08-24 11:31:21 +00:00
parent e8643f1fb1
commit 8ae66a46ec
4 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-08-24 [paul] 2.10.0cvs161
* src/folderview.c
add mnemonic to 'Run procesing rules'
2007-08-24 [paul] 2.10.0cvs160
* src/account.c

View file

@ -2815,3 +2815,4 @@
( cvs diff -u -r 1.12.2.47 -r 1.12.2.48 src/action.c; cvs diff -u -r 1.60.2.47 -r 1.60.2.48 src/prefs_actions.c; ) > 2.10.0cvs158.patchset
( cvs diff -u -r 1.207.2.176 -r 1.207.2.177 src/folderview.c; ) > 2.10.0cvs159.patchset
( cvs diff -u -r 1.61.2.66 -r 1.61.2.67 src/account.c; cvs diff -u -r 1.213.2.157 -r 1.213.2.158 src/folder.c; cvs diff -u -r 1.87.2.45 -r 1.87.2.46 src/folder.h; ) > 2.10.0cvs160.patchset
( cvs diff -u -r 1.207.2.177 -r 1.207.2.178 src/folderview.c; ) > 2.10.0cvs161.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=10
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=160
EXTRA_VERSION=161
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -292,7 +292,7 @@ static GtkItemFactoryEntry folderview_common_popup_entries[] =
{
{N_("/Mark all re_ad"), NULL, mark_all_read_cb, 0, NULL},
{"/---", NULL, NULL, 0, "<Separator>"},
{N_("/Run processing rules"), NULL, folderview_run_processing_cb, 0, NULL},
{N_("/R_un processing rules"), NULL, folderview_run_processing_cb, 0, NULL},
{N_("/_Search folder..."), NULL, folderview_search_cb, 0, NULL},
{N_("/_Properties..."), NULL, folderview_property_cb, 0, NULL},
{N_("/Process_ing..."), NULL, folderview_processing_cb, 0, NULL},