Files
evolution/ui/evolution-mail-list.xml
Peter Williams e5e79cb370 Mail:
001-06-26  Peter Williams  <peterw@ximian.com>

	* folder-browser-ui.c: New file derived from folder-browser-factory.c.
	Contains the Bonobo UI code, split into three groups as described in
	ui/ChangeLog. Also contains the GalView stuff and the hookups into
	the Bonobo UI stuff.

	* folder-browser-factory.c: Move most of the UI stuff to folder-browser-ui.c.
	(control_activate): Add all three kinds of UI element to this folderbrowser.
	(control_deactivate): Remove all three kinds.

	* folder-browser-ui.h: New file. Prototypes functions to add UI elements
	to a FolderBrowser.

	* Makefile.am: Add folder-browser-ui.{c,h}

	* message-browser.c (PARENT_TYPE): Change to BONOBO_TYPE_WINDOW
	(message_browser_destroy): Chain to parent destroy function.
	(set_bonobo_ui): New function. Add the 'message' functions from the folder
	browser to our UI.
	(message_browser_close): BonoboVerbify this.

	* message-browser.h: Convert to BonoboWindow.

UI:

6-26  Peter Williams  <peterw@ximian.com>

	* evolution-mail-global.xml:
	* evolution-mail-list.xml:
	* evolution-mail-message.xml: New files. These are the result
	of splitting evolution-mail.xml into three pieces: one for the
	global mailer operations, one for the operations on a messagelist,
	and one for the operations on one or more messages.

	* evolution-mail-messagedisplay: New file. UI for the standalone
	message browser that you get when you double-click. Very skeleton.

	* evolution-mail.xml: Removed.

	* Makefile.am: Updated to install new files.

svn path=/trunk/; revision=10514
2001-06-26 22:37:13 +00:00

125 lines
3.4 KiB
XML

<Root>
<commands> <!-- Alphabetical by name, yo -->
<cmd name="EditCut"
_tip="Cut selected messages"
accel="*Control*x"/>
<cmd name="EditCopy"
_tip="Copy selected messages"
accel="*Control*c"/>
<cmd name="EditPaste"
_tip="Paste message in the clipboard"
accel="*Control*v"/>
<cmd name="EditInvertSelection"
_tip="Select all and only the messages that are not currently selected"
accel="*Control*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*x"/>
<cmd name="HideDeleted"
_tip="Hide deleted messages rather than displaying them with a line through them"
type="toggle" />
<cmd name="MessageMarkAllAsRead"
_tip="Mark all visible messages as read"/>
<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" />
</commands>
<keybindings>
</keybindings>
<menu>
<!--
This already exists in evolution.xml. We merely provide
the verb.
<submenu name="File">
<submenu name="Folder" _label="_Folder">
<menuitem name="FolderConfig" verb="" _label="_Properties..."/>
</submenu>
</submenu>
-->
<submenu name="Edit">
<placeholder name="MailListEdit">
<menuitem name="EditCut" verb="" _label="Cut"/>
<menuitem name="EditCopy" verb="" _label="Copy"/>
<menuitem name="EditPaste" verb="" _label="Paste"/>
<separator/>
<menuitem name="EditSelectAll" verb="" _label="Select _All"/>
<menuitem name="EditSelectThread" verb="" _label="Select _Thread"/>
<menuitem name="EditInvertSelection" verb="" _label="_Invert Selection"/>
<separator/>
</placeholder>
<placeholder name="MailListEditFlags">
<menuitem name="MessageMarkAllAsRead" verb="" _label="Mark All as R_ead"/>
</placeholder>
</submenu>
<submenu name="View">
<placeholder name="MailMessageView">
<menuitem name="ViewThreaded" verb="" _label="_Threaded Message List"/>
<menuitem name="HideDeleted" verb="" _label="Hide _Deleted Messages"/>
</placeholder>
<placeholder name="MailListView">
<separator/>
<menuitem name="ViewShowAll" verb="" _label="Show _All"/>
<menuitem name="ViewHideSelected" verb="" _label="Hide S_elected Messages"/>
<menuitem name="ViewHideRead" verb="" _label="Hide _Read messages"/>
</placeholder>
</submenu>
<submenu name="Actions">
<placeholder name="Component">
<placeholder name="MailListActions">
<menuitem name="FolderExpunge" verb="" _label="_Expunge"/>
</placeholder>
</placeholder>
</submenu>
</menu>
</Root>