Files
evolution/ui/evolution-mail-list.xml
Ettore Perazzoli 364cb04c2b Move the ComponentActionsPlaceholder into the Actions menu, instead of the
* evolution.xml: Move the ComponentActionsPlaceholder into the
Actions menu, instead of the Actions menu being in the
ComponentActionsPlaceholder.
* evolution-addressbook.xml: Updated accordingly.
* evolution-calendar.xml: Updated accordingly.
* evolution-mail-global.xml: Updated accordingly.
* evolution-mail-list.xml: Updated accordingly.
* evolution-mail-message.xml: Updated accordingly.
* evolution-mail-messagedisplay.xml: Updated accordingly.
* evolution-tasks.xml: Updated accordingly.

* evolution.xml: Add "SendReceive" verb, menu item and toolbar
button.

* evolution-mail-global.xml: Remove "MailGetSend" verb and menu
item.

* e-shell-view-menu.c (command_send_receive): New, implementation
for the "SendReceive" verb.

* e-shell.c (e_shell_send_receive): New.

* evolution-shell-component.c (impl_sendReceive): Implementation
of ShellComponent::sendReceive.
(class_init): Add the "send_receive" signal.

* evolution-shell-component.h: Added `send_receive' signal.

* Evolution-ShellComponent.idl: Added ShellComponent::sendReceive.

* component-factory.c (send_receive_cb): New, callback for the
"send_receive" signal on the EvolutionShellComponent.
(create_component): Connect.

* folder-browser-ui.c: Remove verb "MailGetSend".

* mail-callbacks.c (send_receive_mail): Removed.

* mail-send-recv.c: Remove member current_folder from struct
_send_data.
(free_send_data): No need to unref here.
(build_dialogue): Removed arg @current_folder.
(mail_send_receive): Likewise.

svn path=/trunk/; revision=16220
2002-03-21 00:07:49 +00:00

123 lines
3.6 KiB
XML

<Root>
<commands> <!-- Alphabetical by name, yo -->
<cmd name="EditCut"
_tip="Cut selected messages"
accel="*Control*x" pixtype="pixbuf"/>
<cmd name="EditCopy"
_tip="Copy selected messages"
accel="*Control*c" pixtype="pixbuf"/>
<cmd name="EditPaste"
_tip="Paste message in the clipboard"
accel="*Control*v" pixtype="pixbuf"/>
<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*e"/>
<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>
<submenu name="File">
<submenu name="Folder" _label="_Folder">
<placeholder name="ComponentPlaceholder">
<menuitem name="ChangeFolderProperties" verb="" _label="_Properties..."/>
</placeholder>
</submenu>
</submenu>
<placeholder name="EditPlaceholder">
<submenu name="Edit" _label="_Edit">
<placeholder name="MailListEdit">
<menuitem name="EditSelectAll" verb="" _label="Select _All"/>
<menuitem name="EditSelectThread" verb="" _label="Select _Thread"/>
<menuitem name="EditInvertSelection" verb="" _label="_Invert Selection"/>
<separator f="" name="emaillist1"/>
<menuitem name="EditCut" verb="" _label="Cu_t"/>
<menuitem name="EditCopy" verb="" _label="_Copy"/>
<menuitem name="EditPaste" verb="" _label="_Paste"/>
<separator f="" name="emaillist2"/>
</placeholder>
<placeholder name="MailListEditFlags">
<menuitem name="MessageMarkAllAsRead" verb="" _label="Mark All as R_ead"/>
</placeholder>
</submenu>
</placeholder>
<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 f="" name="emaillist"/>
<menuitem name="ViewHideSelected" verb="" _label="Hide S_elected Messages"/>
<menuitem name="ViewHideRead" verb="" _label="Hide _Read Messages"/>
<menuitem name="ViewShowAll" verb="" _label="Sh_ow Hidden Messages"/>
</placeholder>
</submenu>
<submenu name="Actions" _label="_Actions">
<placeholder name="ComponentActionsPlaceholder">
<placeholder name="MailListActions">
<menuitem name="FolderExpunge" verb="" _label="_Expunge"/>
</placeholder>
</placeholder>
</submenu>
</menu>
</Root>