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>
|
|
|
|
|
<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>
|
|
|
|
|
<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>
|
|
|
|
|
<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>
|
|
|
|
|
<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>
|
|
|
|
|
<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>
|
|
|
|
|
<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>
|
|
|
|
|
<section>
|
|
|
|
|
<item>
|
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>
|
|
|
|
|
<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>
|
2016-04-23 17:02:32 +10:00
|
|
|
<menu id="attachments_menu">
|
|
|
|
|
<section>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Open</attribute>
|
2016-05-13 11:31:30 +10:00
|
|
|
<attribute name="action">eml.open_attachments</attribute>
|
2016-04-23 17:02:32 +10:00
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
<section>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Save</attribute>
|
2016-05-13 11:31:30 +10:00
|
|
|
<attribute name="action">eml.save_attachments</attribute>
|
2016-04-23 17:02:32 +10:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<attribute name="label" translatable="yes">_Save All</attribute>
|
2016-05-13 11:31:30 +10:00
|
|
|
<attribute name="action">eml.save_all_attachments</attribute>
|
2016-04-23 17:02:32 +10:00
|
|
|
</item>
|
|
|
|
|
</section>
|
|
|
|
|
</menu>
|
2016-04-09 17:32:29 +10:00
|
|
|
</interface>
|