Files
evolution/ui/evolution-mail-list.xml
Rodney Dawes d88e794ded Add profiler so that it gets disted properly
2005-05-13  Rodney Dawes  <dobey@novell.com>

	* plugins/Makefile.am (DIST_SUBDIRS): Add profiler so that it gets
	disted properly

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Add new em-folder-utils.[ch] abstraction

	* em-folder-browser.c: Update for new menu layout
	Add new methods to handle the actions that were previously only
	available from the context menu when right-clicking on a folder

	* em-folder-selector.c (emfs_response): Just call emfu_folder_create
	if the user wants to create a new folder in the selector dialog
	(em_folder_selector_get_selected_path): Clean up the code to fix a
	couple potential crashes

	* em-folder-tree.[ch]: Add methods to get pointers to a CamelFolder or
	CamelFolderInfo object for the selected item in the tree
	Add a method to get a pointer to an EMFolderTreeModelStoreInfo object
	for the selected store in the tree
	Move folder operations out into em-folder-utils.[ch] so that they
	are abstracted from the tree and can be used by methods other than
	the internal context menu

	* em-folder-utils.[ch]: Move the folder operations code to here

	* em-folder-view.c: Update for the new menu layout
	Fix Mark as Read/Unread in the context menu to only show up in the list

	* mail-component.c (create_item): Just call emfu_folder_create here
	when the user requests to create a new folder from the New toolbar item

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-mailing-list-actions.xml: Update for the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-plugin-manager.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* org-gnome-save-attachments.xml: Update for new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-shell-window.c (setup_widgets): Update for the new menu layout by
	putting the "component" switching items under the "Tools" menu

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* *.xml: Update to the new menu layout

2005-05-13  Rodney Dawes  <dobey@novell.com>

	* e-filter-bar.[ch]: Update for the new menu layout

svn path=/trunk/; revision=29354
2005-05-13 21:29:28 +00:00

142 lines
4.0 KiB
XML

<Root>
<commands> <!-- Alphabetical by name, yo -->
<cmd name="EditCut"
_tip="Cut selected message(s) to the clipboard"
accel="*Control*x" pixtype="stock" pixname="gtk-cut"/>
<cmd name="EditCopy"
_tip="Copy selected message(s) to the clipboard"
accel="*Control*c" pixtype="stock" pixname="gtk-copy"/>
<cmd name="EditPaste"
_tip="Paste message(s) from the clipboard"
accel="*Control*v" pixtype="stock" pixname="gtk-paste"/>
<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="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"/>
<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"
type="radio" group="Message_Filter"/>
<cmd name="ViewHideSelected" _tip="Temporarily hide the selected messages"
type="radio" group="Message_Filter"/>
<cmd name="ViewShowAll" _tip="Show messages that have been temporarily hidden"
type="radio" group="Message_Filter"/>
<cmd name="ViewThreaded"
_tip="Threaded Message list"
accel="*Control*t"
type="toggle" />
</commands>
<keybindings>
</keybindings>
<menu>
<submenu name="View">
<placeholder name="MailMessageFilter">
<!--
<submenu name="FilterMessages" _label="Show _Messages">
<menuitem name="ViewShowAll" verb="" _label="_All"/>
<menuitem name="ViewHideSelected" verb="" _label="_Selected Messages"/>
<menuitem name="ViewHideRead" verb="" _label="Un_read Messages"/>
</submenu>
-->
</placeholder>
<placeholder name="MailMessageView">
<menuitem name="ViewThreaded" verb="" _label="Group By _Threads"/>
<menuitem name="HideDeleted" verb="" _label="Hide _Deleted Messages"/>
</placeholder>
<placeholder name="MailListView">
<separator f="" name="emaillist"/>
</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="MessageMarkAllAsRead" verb="" _label="Mark Me_ssages as Read"/>
<menuitem name="FolderExpunge" verb="" _label="E_xpunge"/>
</placeholder>
<placeholder name="FolderOps">
<menuitem name="FolderRename" verb="" _label="_Rename..."/>
<menuitem name="FolderDelete" verb="" _label="_Delete" pixtype="stock" pixname="gtk-delete"/>
<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>