Files
evolution/ui/evolution-mail-list.xml
Nicholas Miell 042ba3ee7e ** Fix for bug #216485 Edit->Select thread menu fix and improvement.
2007-11-26 Nicholas Miell <nmiell@gmail.com>

	** Fix for bug #216485
	Edit->Select thread menu fix and improvement.

	* mail/em-folder-browser.c: (emfb_edit_select_subthread): new function,
	(emfb_enable_map, emfb_verbs) hook it up
	* mail/message-list.c: (select_thread): new function based on
	thread_select_foreach, (thread_select_foreach): remove the logic
	now in select_thread, (message_list_select_thread): use
	select_thread, (subthread_select_foreach): new function,
	(message_list_select_subthread): new function
	* mail/message-list.h: (message_list_select_subthread): add prototype

	* ui/evolution-mail-list.xml
	Add Select Message Subthread


svn path=/trunk/; revision=34585
2007-11-26 11:28:54 +00:00

149 lines
4.5 KiB
XML

<Root>
<commands> <!-- Alphabetical by name, yo -->
<cmd name="EditCut"
_tip="Cut selected message(s) to the clipboard"
accel="*Control*x" pixtype="pixbuf"/>
<cmd name="EditCopy"
_tip="Copy selected message(s) to the clipboard"
accel="*Control*c" pixtype="pixbuf"/>
<cmd name="EditPaste"
_tip="Paste message(s) from the clipboard"
accel="*Control*v" pixtype="pixbuf"/>
<cmd name="EditInvertSelection"
_tip="Select all and only the messages that are not currently selected"
accel="*Control**Shift*i"/>
<cmd name="EditSelectAll"
_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"/>
<cmd name="ChangeFolderProperties"
_tip="Change the properties of this folder"
pixtype="pixbuf"/>
<cmd name="FolderExpunge"
_tip="Permanently remove all deleted messages from this folder"
accel="*Control*e"/>
<cmd name="FolderDelete"
_tip="Permanently remove this folder"/>
<cmd name="FolderRename"
_tip="Change the name of this folder" accel="F2"/>
<cmd name="FolderRefresh"
_tip="Refresh the folder" accel="F5"/>
<cmd name="HideDeleted" _tip="Hide deleted messages rather than displaying them with a line through them"
type="toggle" />
<cmd name="ViewHideRead" _tip="Temporarily hide all messages that have already been read"
pixtype="pixbuf" />
<cmd name="ViewHideSelected" _tip="Temporarily hide the selected messages"
pixtype="pixbuf" />
<cmd name="ViewShowAll" _tip="Show messages that have been temporarily hidden"
pixtype="pixbuf" />
<cmd name="ViewThreaded"
_tip="Threaded Message list"
accel="*Control*t"
type="toggle" />
<cmd name="ViewThreadsCollapseAll"
_tip="Collapse all message threads"/>
<cmd name="ViewThreadsExpandAll"
_tip="Expand all message threads"/>
</commands>
<keybindings>
</keybindings>
<menu>
<submenu name="View">
<placeholder name="MailMessageView">
<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"/>
<separator f="" name="emaillist"/>
<menuitem name="HideDeleted" verb="" _label="Hide _Deleted Messages"/>
<menuitem name="ViewHideSelected" verb="" _label="Hide S_elected Messages"/>
<menuitem name="ViewHideRead" verb="" _label="Hide _Read Messages"/>
<menuitem name="ViewShowAll" verb="" _label="Show Hidde_n Messages"/>
</placeholder>
</submenu>
<placeholder name="MessagePlaceholder">
<submenu name="Message" _label="_Message">
<placeholder name="MessageTopActions"/>
<separator f="" name="emailglobal"/>
<placeholder name="MessageNavigation"/>
<placeholder name="MailListActions"/>
<placeholder name="MailMessageActions"/>
<separator f="" name="emaillist5"/>
<placeholder name="MessageRuleCreate"/>
</submenu>
</placeholder>
<placeholder name="FolderPlaceholder">
<submenu name="Folder" _label="F_older">
<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>
<placeholder name="FolderOps">
<menuitem name="FolderRename" verb="" _label="_Rename..."/>
<menuitem name="FolderRefresh" verb="" _label="Re_fresh..." pixtype="pixbuf"/>
<menuitem name="FolderDelete" verb="" _label="_Delete" pixtype="pixbuf"/>
<separator f="" name="FolderOps1"/>
<menuitem name="ChangeFolderProperties" verb="" _label="_Properties"/>
</placeholder>
</submenu>
</placeholder>
<!--
<submenu name="Actions" _label="_Actions">
<placeholder name="ComponentActionsPlaceholder">
<placeholder name="MailListActions">
</placeholder>
</placeholder>
</submenu>
-->
</menu>
</Root>