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 /ui/evolution-mail-message.xml | |
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
Diffstat (limited to 'ui/evolution-mail-message.xml')
-rw-r--r-- | ui/evolution-mail-message.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |