aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2006-01-16 16:15:21 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-01-16 16:15:21 +0800
commit129812de59395f825482ba32a67e0c9fc52eb0b3 (patch)
tree5275941b630d427f811070d9976e5fd68d62d297 /ui
parent422ed5b4db04a4b6ed10b4ddd6ebdbdac56d3f55 (diff)
downloadgsoc2013-evolution-129812de59395f825482ba32a67e0c9fc52eb0b3.tar
gsoc2013-evolution-129812de59395f825482ba32a67e0c9fc52eb0b3.tar.gz
gsoc2013-evolution-129812de59395f825482ba32a67e0c9fc52eb0b3.tar.bz2
gsoc2013-evolution-129812de59395f825482ba32a67e0c9fc52eb0b3.tar.lz
gsoc2013-evolution-129812de59395f825482ba32a67e0c9fc52eb0b3.tar.xz
gsoc2013-evolution-129812de59395f825482ba32a67e0c9fc52eb0b3.tar.zst
gsoc2013-evolution-129812de59395f825482ba32a67e0c9fc52eb0b3.zip
Adds two new menu items for collapse and expand of all threads.
2006-01-16 Srinivasa Ragavan <sragavan@novell.com> * evolution-mail-list.xml: Adds two new menu items for collapse and expand of all threads. svn path=/trunk/; revision=31202
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-mail-list.xml11
2 files changed, 15 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 412bc53674..5e5827b5d1 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-16 Srinivasa Ragavan <sragavan@novell.com>
+
+ * evolution-mail-list.xml: Adds two new menu items for collapse and
+ expand of all threads.
+
2006-01-14 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bug #326458
diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml
index 615d0c84f2..384b93d739 100644
--- a/ui/evolution-mail-list.xml
+++ b/ui/evolution-mail-list.xml
@@ -57,6 +57,12 @@
accel="*Control*t"
type="toggle" />
+ <cmd name="ViewThreadsCollapseAll"
+ _tip="Collapse all message threads"/>
+
+ <cmd name="ViewThreadsExpandAll"
+ _tip="Expand all message threads"/>
+
</commands>
<keybindings>
@@ -68,7 +74,10 @@
<submenu name="View">
<placeholder name="MailMessageView">
- <menuitem name="ViewThreaded" verb="" _label="Group By _Threads"/>
+ <menuitem name="ViewThreaded" verb="" _label="_Group By Threads"/>
+ <menuitem name="ViewThreadsExpandAll" verb="" _label="E_xpand All Threads"/>
+ <menuitem name="ViewThreadsCollapseAll" verb="" _label="Collapse All _Threads"/>
+
<menuitem name="HideDeleted" verb="" _label="Hide _Deleted Messages"/>
<separator f="" name="emaillist"/>
<menuitem name="ViewHideSelected" verb="" _label="Hide S_elected Messages"/>