aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog7
-rw-r--r--ui/evolution-mail-list.xml5
2 files changed, 12 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 044080a002..fdc9039416 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-26 Nicholas Miell <nmiell@gmail.com>
+
+ ** Part of fix for bug #216485
+
+ * evolution-mail-list.xml
+ Add Select Message Subthread
+
2007-11-10 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #209425
diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml
index c39ee83b31..9d7eb9201b 100644
--- a/ui/evolution-mail-list.xml
+++ b/ui/evolution-mail-list.xml
@@ -22,6 +22,10 @@
_tip="Select all visible messages"
accel="*Control*a"/>
+ <cmd name="EditSelectSubthread"
+ _tip="Select all replies to the currently selected message"
+ accel="*Control**Shift*h"/>
+
<cmd name="EditSelectThread"
_tip="Select all messages in the same thread as the selected message"
accel="*Control*h"/>
@@ -113,6 +117,7 @@
<placeholder name="MessagesInFolder">
<menuitem name="EditSelectAll" verb="" _label="Select _All Messages"/>
<menuitem name="EditSelectThread" verb="" _label="Select Message _Thread"/>
+ <menuitem name="EditSelectSubthread" verb="" _label="Select Message S_ubthread"/>
<menuitem name="MessageMarkAllAsRead" verb="" _label="Mar_k All Messages as Read"/>
<menuitem name="FolderExpunge" verb="" _label="E_xpunge"/>
</placeholder>