2016-04-09 17:32:29 +10:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
<interface>
|
2016-04-23 14:17:41 +10:00
|
|
|
<menu id="email_menu">
|
2016-04-09 17:32:29 +10:00
|
|
|
<section>
|
2017-05-21 20:42:58 +02:00
|
|
|
<attribute name="display-hint">horizontal-buttons</attribute>
|
2016-04-09 17:32:29 +10:00
|
|
|
<item>
|
2018-08-23 18:40:24 +10:00
|
|
|
<!-- Translators: Menu item to reply to a specific message. -->
|
2016-04-09 17:32:29 +10:00
|
|
|
<attribute name="label" translatable="yes">_Reply</attribute>
|
2016-05-13 11:31:30 +10:00
|
|
|
<attribute name="action">eml.reply_sender</attribute>
|
2017-05-21 20:42:58 +02:00
|
|
|
<attribute name="verb-icon">mail-reply-sender-symbolic</attribute>
|
2016-04-09 17:32:29 +10:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2018-08-23 18:40:24 +10:00
|
|
|
<!-- Translators: Menu item to reply to a specific message. -->
|
2016-04-09 17:32:29 +10:00
|
|
|
<attribute name="label" translatable="yes">Reply to _All</attribute>
|
2016-05-13 11:31:30 +10:00
|
|
|
<attribute name="action">eml.reply_all</attribute>
|
2017-05-21 20:42:58 +02:00
|
|
|
<attribute name="verb-icon">mail-reply-all-symbolic</attribute>
|
2016-04-09 17:32:29 +10:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2018-08-23 18:40:24 +10:00
|
|
|
<!-- Translators: Menu item to forward a specific message. -->
|
2016-04-09 17:32:29 +10:00
|
|
|
<attribute name="label" translatable="yes">_Forward</attribute>
|
2016-05-13 11:31:30 +10:00
|
|
|
<attribute name="action">eml.forward</attribute>
|
2017-05-21 20:42:58 +02:00
|
|
|
<attribute name="verb-icon">mail-forward-symbolic</attribute>
|
2016-04-09 17:32:29 +10:00
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
<section>
|
|
|
|
|
<item>
|
2018-08-23 18:40:24 +10:00
|
|
|
<!-- Translators: Menu item to mark a specific message as
|
|
|
|
|
read. -->
|
2016-04-09 17:32:29 +10:00
|
|
|
<attribute name="label" translatable="yes">_Mark Read</attribute>
|
2016-05-13 11:31:30 +10:00
|
|
|
<attribute name="action">eml.mark_read</attribute>
|
2016-04-09 17:32:29 +10:00
|
|
|
</item>
|
2018-08-23 18:40:24 +10:00
|
|
|
<!-- Translators: Menu item to mark a specific message as
|
|
|
|
|
unread. -->
|
2016-04-09 17:32:29 +10:00
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Mark Unread</attribute>
|
2016-05-13 11:31:30 +10:00
|
|
|
<attribute name="action">eml.mark_unread</attribute>
|
2016-04-09 17:32:29 +10:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2018-08-23 18:40:24 +10:00
|
|
|
<!-- Translators: Menu item to mark all messages in a
|
|
|
|
|
conversation from this one as unread. -->
|
2016-04-09 17:32:29 +10:00
|
|
|
<attribute name="label" translatable="yes">Mark Unread From _Here</attribute>
|
2016-05-13 11:31:30 +10:00
|
|
|
<attribute name="action">eml.mark_unread_down</attribute>
|
2016-04-09 17:32:29 +10:00
|
|
|
</item>
|
|
|
|
|
</section>
|
2018-08-12 09:03:05 -06:00
|
|
|
<section id="email_menu_trash">
|
|
|
|
|
<item>
|
2018-08-23 18:40:24 +10:00
|
|
|
<!-- Translators: Menu item to move a single, specific message
|
2019-08-04 12:51:41 +10:00
|
|
|
to the trash folder -->
|
|
|
|
|
<attribute name="label" translatable="yes">Move message to _Trash</attribute>
|
2018-08-12 09:03:05 -06:00
|
|
|
<attribute name="action">eml.trash_msg</attribute>
|
|
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
<section id="email_menu_delete">
|
|
|
|
|
<item>
|
2018-08-23 18:40:24 +10:00
|
|
|
<!-- Translators: Menu item to delete a single, specific message -->
|
2019-08-04 12:51:41 +10:00
|
|
|
<attribute name="label" translatable="yes">_Delete message…</attribute>
|
2018-08-12 09:03:05 -06:00
|
|
|
<attribute name="action">eml.delete_msg</attribute>
|
|
|
|
|
</item>
|
|
|
|
|
</section>
|
2016-04-09 17:32:29 +10:00
|
|
|
<section>
|
|
|
|
|
<item>
|
2018-08-23 18:40:24 +10:00
|
|
|
<!-- Translators: Menu item to print a single, specific message -->
|
2016-12-15 17:09:24 +01:00
|
|
|
<attribute name="label" translatable="yes">_Print…</attribute>
|
2016-05-13 11:31:30 +10:00
|
|
|
<attribute name="action">eml.print</attribute>
|
2016-04-09 17:32:29 +10:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2018-08-23 18:40:24 +10:00
|
|
|
<!-- Translators: Menu item to view the source for a message -->
|
2016-04-09 17:32:29 +10:00
|
|
|
<attribute name="label" translatable="yes">_View Source</attribute>
|
2016-05-13 11:31:30 +10:00
|
|
|
<attribute name="action">eml.view_source</attribute>
|
2016-04-09 17:32:29 +10:00
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
</menu>
|
|
|
|
|
</interface>
|