2020-10-08 14:38:31 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!-- Generated with glade 3.22.1 -->
|
|
|
|
|
<interface>
|
2021-04-10 02:34:38 +10:00
|
|
|
<requires lib="gtk+" version="3.20"/>
|
|
|
|
|
<template class="ComponentsConversationActions" parent="GtkBox">
|
2021-04-10 21:23:59 +10:00
|
|
|
<property name="orientation">horizontal</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox" id="response_buttons">
|
2020-10-08 14:38:31 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<child>
|
2021-04-10 02:34:38 +10:00
|
|
|
<object class="GtkButton" id="reply_sender_button">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
|
<property name="tooltip_text" translatable="yes">Reply</property>
|
|
|
|
|
<property name="action_name">win.reply-conversation</property>
|
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkImage" id="reply_sender_image">
|
2020-10-08 14:38:31 +02:00
|
|
|
<property name="visible">True</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="icon_name">mail-reply-sender-symbolic</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
2021-04-10 21:23:59 +10:00
|
|
|
<property name="fill">False</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
2020-10-08 14:38:31 +02:00
|
|
|
</child>
|
|
|
|
|
<child>
|
2021-04-10 02:34:38 +10:00
|
|
|
<object class="GtkButton" id="reply_all_button">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
|
<property name="tooltip_text" translatable="yes">Reply All</property>
|
|
|
|
|
<property name="action_name">win.reply-all-conversation</property>
|
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkImage" id="reply_all_image">
|
2020-10-08 14:38:31 +02:00
|
|
|
<property name="visible">True</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="icon_name">mail-reply-all-symbolic</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
2021-04-10 21:23:59 +10:00
|
|
|
<property name="fill">False</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
2020-10-08 14:38:31 +02:00
|
|
|
</child>
|
|
|
|
|
<child>
|
2021-04-10 02:34:38 +10:00
|
|
|
<object class="GtkButton" id="forward_button">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
|
<property name="tooltip_text" translatable="yes">Forward</property>
|
|
|
|
|
<property name="action_name">win.forward-conversation</property>
|
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkImage" id="forward_image">
|
2020-10-08 14:38:31 +02:00
|
|
|
<property name="visible">True</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="icon_name">mail-forward-symbolic</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
2021-04-10 21:23:59 +10:00
|
|
|
<property name="fill">False</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="position">2</property>
|
|
|
|
|
</packing>
|
2020-10-08 14:38:31 +02:00
|
|
|
</child>
|
|
|
|
|
<style>
|
2021-04-10 02:34:38 +10:00
|
|
|
<class name="raised"/>
|
|
|
|
|
<class name="linked"/>
|
2020-10-08 14:38:31 +02:00
|
|
|
</style>
|
2021-04-10 02:34:38 +10:00
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2022-12-09 16:05:35 +01:00
|
|
|
<object class="GtkImage" id="archive_image">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="icon_name">mail-archive-symbolic</property>
|
|
|
|
|
</object>
|
|
|
|
|
<object class="GtkBox" id="action_buttons">
|
2020-10-08 14:38:31 +02:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<child>
|
2022-09-14 15:12:49 +02:00
|
|
|
<object class="GtkMenuButton" id="copy_message_button">
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
|
<child>
|
2022-09-14 15:12:49 +02:00
|
|
|
<object class="GtkImage" id="copy_message_image">
|
2020-10-08 14:38:31 +02:00
|
|
|
<property name="visible">True</property>
|
2022-12-09 16:05:35 +01:00
|
|
|
<property name="icon_name">folder-symbolic</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
2021-04-10 21:23:59 +10:00
|
|
|
<property name="fill">False</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
</packing>
|
2020-10-08 14:38:31 +02:00
|
|
|
</child>
|
|
|
|
|
<child>
|
2022-12-09 16:05:35 +01:00
|
|
|
<object class="GtkButton" id="archive_button">
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
|
<property name="receives_default">False</property>
|
2022-12-09 16:05:35 +01:00
|
|
|
<property name="action_name">win.archive-conversation</property>
|
|
|
|
|
<property name="image">archive_image</property>
|
|
|
|
|
<property name="use_underline">True</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
2021-04-10 21:23:59 +10:00
|
|
|
<property name="fill">False</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
</packing>
|
2020-10-08 14:38:31 +02:00
|
|
|
</child>
|
|
|
|
|
<child>
|
2022-12-09 16:05:35 +01:00
|
|
|
<object class="GtkButton" id="trash_delete_button">
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
|
<property name="receives_default">False</property>
|
2022-12-09 16:05:35 +01:00
|
|
|
<property name="action_name">win.trash-conversation</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
|
<child>
|
2022-12-09 16:05:35 +01:00
|
|
|
<object class="GtkImage" id="trash_delete_image">
|
2020-10-08 14:38:31 +02:00
|
|
|
<property name="visible">True</property>
|
2022-12-09 16:05:35 +01:00
|
|
|
<property name="icon_name">user-trash-symbolic</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
2021-04-10 21:23:59 +10:00
|
|
|
<property name="fill">False</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
</packing>
|
2020-10-08 14:38:31 +02:00
|
|
|
</child>
|
|
|
|
|
<child>
|
2022-12-09 16:05:35 +01:00
|
|
|
<object class="GtkMenuButton" id="mark_message_button">
|
2021-04-10 02:34:38 +10:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="focus_on_click">False</property>
|
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
|
<child>
|
2022-12-09 16:05:35 +01:00
|
|
|
<object class="GtkImage" id="mark_message_image">
|
2020-10-08 14:38:31 +02:00
|
|
|
<property name="visible">True</property>
|
2022-12-09 16:05:35 +01:00
|
|
|
<property name="icon_name">pan-down-symbolic</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
</object>
|
|
|
|
|
</child>
|
2022-12-09 16:05:35 +01:00
|
|
|
<style>
|
|
|
|
|
<class name="thin-button"/>
|
|
|
|
|
</style>
|
2021-04-10 02:34:38 +10:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
2021-04-10 21:23:59 +10:00
|
|
|
<property name="fill">False</property>
|
2021-04-10 02:34:38 +10:00
|
|
|
</packing>
|
2020-10-08 14:38:31 +02:00
|
|
|
</child>
|
|
|
|
|
<style>
|
2021-04-10 02:34:38 +10:00
|
|
|
<class name="raised"/>
|
|
|
|
|
<class name="linked"/>
|
2020-10-08 14:38:31 +02:00
|
|
|
</style>
|
2021-04-10 02:34:38 +10:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</template>
|
2020-10-08 14:38:31 +02:00
|
|
|
</interface>
|