diff options
author | Shreyas Srinivasan <sshreyas@novell.com> | 2005-12-16 16:16:17 +0800 |
---|---|---|
committer | Shreyas Srinivasan <shres@src.gnome.org> | 2005-12-16 16:16:17 +0800 |
commit | ab1e3fca1a96dace497a38de560487cf002bc073 (patch) | |
tree | 2c4d7a56244499ac36661e4ce8124a7b9cb4d191 | |
parent | 27a36e5a4dae043052546b936c1cc3f1aa2a4d36 (diff) | |
download | gsoc2013-evolution-ab1e3fca1a96dace497a38de560487cf002bc073.tar.gz gsoc2013-evolution-ab1e3fca1a96dace497a38de560487cf002bc073.tar.zst gsoc2013-evolution-ab1e3fca1a96dace497a38de560487cf002bc073.zip |
Fix #315901, Add shortcut to mark spam. Committed on behalf on Andre
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
svn path=/trunk/; revision=30791
-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" |