Patch from Roshan Kumar Singh <roshan.singh08@yahoo.com>: Fix for bug #395636 (Added a couple of missing accel keys)
svn path=/trunk/; revision=35674
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2008-06-21 Roshan Kumar Singh <roshan.singh08@yahoo.com>
|
||||
|
||||
** Fix for bug #395636
|
||||
|
||||
* evolution-mail-list.xml: Added accel key Ctrl+Shift+B for collapsing
|
||||
all threads and Ctrl+/ for marking all messages as read.
|
||||
|
||||
2008-06-02 Srinivasa Ragavan <sragavan@novell.com>
|
||||
|
||||
** Fix for bug #531836
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
accel="*Control*h"/>
|
||||
|
||||
<cmd name="MessageMarkAllAsRead"
|
||||
_tip="Mark all messages in the folder as read"
|
||||
_tip="Mark all messages in the folder as read" accel="*Control*slash"
|
||||
pixtype="pixbuf"/>
|
||||
|
||||
<cmd name="ChangeFolderProperties"
|
||||
@ -72,7 +72,7 @@
|
||||
type="toggle" />
|
||||
|
||||
<cmd name="ViewThreadsCollapseAll"
|
||||
_tip="Collapse all message threads"/>
|
||||
_tip="Collapse all message threads" accel="*Control**Shift*b"/>
|
||||
|
||||
<cmd name="ViewThreadsExpandAll"
|
||||
_tip="Expand all message threads"/>
|
||||
|
||||
Reference in New Issue
Block a user