diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 54706c1f42..bb72e7356d 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2005-12-16 Shreyas Srinivasan <sshreyas@novell.com> + + * evolution-mail-message.xml: Fix #315901, Add shortcut to + mark spam. Committed on behalf on Andre Klapper + 2005-12-16 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bugs #322499 and #227853 diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 7fe9e1c90b..d98958aa54 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -101,11 +101,11 @@ <cmd name="MessageMarkAsJunk" _tip="Mark the selected message(s) as junk" - pixtype="pixbuf"/> + accel="*Control*j" pixtype="pixbuf"/> <cmd name="MessageMarkAsNotJunk" _tip="Mark the selected message(s) as not being junk" - pixtype="pixbuf"/> + accel="*Control**Shift*j" pixtype="pixbuf"/> <cmd name="MessageFilterJunk" _tip="Filter the selected messages for junk status" |