geary/ui/conversation-message-menus.ui
Cédric Bellegarde 9f893adc47 client: Add more options for displaying images from messages
- An application setting allowing to always trust images
- An option to trust images from an email domain
- Replaces buttons by a menu in infobar
2022-07-08 22:02:18 +02:00

65 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id="context_menu">
<section id="context_menu_link">
<item>
<attribute name="label" translatable="yes">_Open Link</attribute>
<attribute name="action">msg.open-link</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Copy Link _Address</attribute>
<attribute name="action">msg.copy-link</attribute>
</item>
</section>
<section id="context_menu_email">
<item>
<attribute name="label" translatable="yes">_New Conversation…</attribute>
<attribute name="action">msg.conversation-new</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Copy Email _Address</attribute>
<attribute name="action">msg.copy-email</attribute>
</item>
</section>
<section id="context_menu_image">
<item>
<attribute name="label" translatable="yes">Save _Image As…</attribute>
<attribute name="action">msg.save-image</attribute>
</item>
</section>
<section id="context_menu_main">
<item>
<attribute name="label" translatable="yes">_Select All</attribute>
<attribute name="action">msg.select-all</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Copy</attribute>
<attribute name="action">msg.copy-selection</attribute>
</item>
</section>
<section id="context_menu_inspector">
<item>
<attribute name="label" translatable="yes">_Inspect…</attribute>
<attribute name="action">msg.open-inspector</attribute>
</item>
</section>
</menu>
<menu id="show_images_menu">
<section>
<attribute name="label" translatable="yes">Show images</attribute>
<item>
<attribute name="label" translatable="yes">For this message</attribute>
<attribute name="action">msg.show-images-message</attribute>
</item>
<item>
<attribute name="label" translatable="yes">For this sender</attribute>
<attribute name="action">msg.show-images-sender</attribute>
</item>
<item>
<attribute name="label" translatable="yes">For this domain</attribute>
<attribute name="action">msg.show-images-domain</attribute>
</item>
</section>
</menu>
</interface>