2011-10-03 12:05:25 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<interface>
|
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
2012-04-04 19:01:55 -07:00
|
|
|
<object class="GtkActionGroup" id="compose actions">
|
|
|
|
|
<child>
|
2013-08-12 16:30:17 -07:00
|
|
|
<object class="GtkAction" id="undo">
|
2013-09-04 19:15:24 -07:00
|
|
|
<property name="label" translatable="yes">_Undo</property>
|
2013-08-28 18:41:00 -07:00
|
|
|
<property name="icon_name">undo</property>
|
2013-08-12 16:30:17 -07:00
|
|
|
</object>
|
2012-04-04 19:01:55 -07:00
|
|
|
<accelerator key="z" modifiers="GDK_CONTROL_MASK"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2013-08-12 16:30:17 -07:00
|
|
|
<object class="GtkAction" id="redo">
|
2013-09-04 19:15:24 -07:00
|
|
|
<property name="label" translatable="yes">_Redo</property>
|
2013-08-28 18:41:00 -07:00
|
|
|
<property name="icon_name">redo</property>
|
2013-08-12 16:30:17 -07:00
|
|
|
</object>
|
2012-04-04 19:01:55 -07:00
|
|
|
<accelerator key="z" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2013-08-12 16:30:17 -07:00
|
|
|
<object class="GtkAction" id="cut">
|
2013-09-04 19:15:24 -07:00
|
|
|
<property name="label" translatable="yes">Cu_t</property>
|
2013-08-28 18:41:00 -07:00
|
|
|
<property name="icon_name">edit-cut</property>
|
2013-08-12 16:30:17 -07:00
|
|
|
</object>
|
2012-04-04 19:01:55 -07:00
|
|
|
<accelerator key="x" modifiers="GDK_CONTROL_MASK"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2013-08-12 16:30:17 -07:00
|
|
|
<object class="GtkAction" id="copy">
|
2013-09-04 19:15:24 -07:00
|
|
|
<property name="label" translatable="yes">_Copy</property>
|
2013-08-28 18:41:00 -07:00
|
|
|
<property name="icon_name">edit-copy</property>
|
2013-08-12 16:30:17 -07:00
|
|
|
</object>
|
2012-04-04 19:01:55 -07:00
|
|
|
<accelerator key="c" modifiers="GDK_CONTROL_MASK"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2013-08-12 16:30:17 -07:00
|
|
|
<object class="GtkAction" id="paste">
|
2013-09-04 19:15:24 -07:00
|
|
|
<property name="label" translatable="yes">_Paste</property>
|
2013-08-28 18:41:00 -07:00
|
|
|
<property name="icon_name">edit-paste</property>
|
2013-08-12 16:30:17 -07:00
|
|
|
</object>
|
2012-04-04 19:01:55 -07:00
|
|
|
<accelerator key="v" modifiers="GDK_CONTROL_MASK"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="justifyleft">
|
|
|
|
|
<property name="label" translatable="yes">_Left</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="justifyright">
|
|
|
|
|
<property name="label" translatable="yes">_Right</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="justifycenter">
|
|
|
|
|
<property name="label" translatable="yes">_Center</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="justifyfull">
|
|
|
|
|
<property name="label" translatable="yes">_Justify</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="insertlink">
|
2013-08-26 14:56:46 -07:00
|
|
|
<property name="tooltip" translatable="yes">Link (Ctrl+L)</property>
|
|
|
|
|
<property name="icon_name">insert-link-symbolic</property>
|
2012-04-04 19:01:55 -07:00
|
|
|
</object>
|
|
|
|
|
<accelerator key="l" modifiers="GDK_CONTROL_MASK"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="color">
|
|
|
|
|
<property name="label" translatable="yes">C_olor</property>
|
|
|
|
|
</object>
|
2012-04-05 15:37:19 -07:00
|
|
|
<accelerator key="r" modifiers="GDK_CONTROL_MASK"/>
|
2012-04-04 19:01:55 -07:00
|
|
|
</child>
|
|
|
|
|
<child>
|
2013-04-30 17:20:13 -07:00
|
|
|
<object class="GtkAction" id="menu">
|
2013-08-26 14:56:46 -07:00
|
|
|
<property name="tooltip" translatable="yes">More options</property>
|
|
|
|
|
<property name="icon_name">go-down-symbolic</property>
|
2012-04-04 19:01:55 -07:00
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="indent">
|
2013-08-26 14:56:46 -07:00
|
|
|
<property name="tooltip" translatable="yes">Quote text (Ctrl+])</property>
|
2012-04-04 19:01:55 -07:00
|
|
|
</object>
|
2012-04-05 15:37:19 -07:00
|
|
|
<accelerator key="bracketright" modifiers="GDK_CONTROL_MASK"/>
|
2012-04-04 19:01:55 -07:00
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="outdent">
|
2013-08-26 14:56:46 -07:00
|
|
|
<property name="tooltip" translatable="yes">Unquote text (Ctrl+[)</property>
|
2012-04-04 19:01:55 -07:00
|
|
|
</object>
|
2012-04-05 15:37:19 -07:00
|
|
|
<accelerator key="bracketleft" modifiers="GDK_CONTROL_MASK"/>
|
2012-04-04 19:01:55 -07:00
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="removeformat">
|
2013-08-26 14:56:46 -07:00
|
|
|
<property name="tooltip" translatable="yes">Remove formatting (Ctrl+Space)</property>
|
|
|
|
|
<property name="icon_name">format-text-remove-symbolic</property>
|
2012-04-04 19:01:55 -07:00
|
|
|
</object>
|
2012-04-05 15:37:19 -07:00
|
|
|
<accelerator key="space" modifiers="GDK_CONTROL_MASK"/>
|
2012-04-04 19:01:55 -07:00
|
|
|
</child>
|
2012-04-13 17:45:10 -07:00
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="paste with formatting">
|
2013-09-04 19:15:24 -07:00
|
|
|
<property name="label" translatable="yes" context="Clipboard paste with rich text">Paste _With Formatting</property>
|
2012-04-13 17:45:10 -07:00
|
|
|
</object>
|
|
|
|
|
<accelerator key="v" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="copy link">
|
2013-09-04 19:15:24 -07:00
|
|
|
<property name="label" translatable="yes">Copy _Link</property>
|
2012-04-13 17:45:10 -07:00
|
|
|
</object>
|
|
|
|
|
</child>
|
2012-04-18 18:25:16 -07:00
|
|
|
<child>
|
|
|
|
|
<object class="GtkToggleAction" id="bold">
|
2013-08-26 14:56:46 -07:00
|
|
|
<property name="tooltip" translatable="yes">Bold (Ctrl+B)</property>
|
|
|
|
|
<property name="icon_name">format-text-bold-symbolic</property>
|
2012-04-18 18:25:16 -07:00
|
|
|
</object>
|
|
|
|
|
<accelerator key="b" modifiers="GDK_CONTROL_MASK"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkToggleAction" id="italic">
|
2013-08-26 14:56:46 -07:00
|
|
|
<property name="tooltip" translatable="yes">Italic (Ctrl+I)</property>
|
|
|
|
|
<property name="icon_name">format-text-italic-symbolic</property>
|
2012-04-18 18:25:16 -07:00
|
|
|
</object>
|
|
|
|
|
<accelerator key="i" modifiers="GDK_CONTROL_MASK"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkToggleAction" id="underline">
|
2013-08-26 14:56:46 -07:00
|
|
|
<property name="tooltip" translatable="yes">Underline (Ctrl+U)</property>
|
|
|
|
|
<property name="icon_name">format-text-underline-symbolic</property>
|
2012-04-18 18:25:16 -07:00
|
|
|
</object>
|
|
|
|
|
<accelerator key="u" modifiers="GDK_CONTROL_MASK"/>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkToggleAction" id="strikethrough">
|
2013-08-26 14:56:46 -07:00
|
|
|
<property name="tooltip" translatable="yes">Strikethrough (Ctrl+K)</property>
|
|
|
|
|
<property name="icon_name">format-text-strikethrough-symbolic</property>
|
2012-04-18 18:25:16 -07:00
|
|
|
</object>
|
|
|
|
|
<accelerator key="k" modifiers="GDK_CONTROL_MASK"/>
|
|
|
|
|
</child>
|
2013-02-26 15:30:47 -08:00
|
|
|
<child>
|
|
|
|
|
<object class="GtkToggleAction" id="compose as html">
|
2013-09-04 19:15:24 -07:00
|
|
|
<property name="label" translatable="yes">_Rich Text</property>
|
2013-04-30 17:20:13 -07:00
|
|
|
<property name="icon_name">text-html</property>
|
2013-02-26 15:30:47 -08:00
|
|
|
</object>
|
|
|
|
|
</child>
|
2013-04-23 12:18:26 -07:00
|
|
|
<child>
|
2014-07-10 02:27:33 -04:00
|
|
|
<object class="GtkAction" id="close">
|
|
|
|
|
<property name="icon_name">window-close-symbolic</property>
|
|
|
|
|
</object>
|
2013-04-23 12:18:26 -07:00
|
|
|
<accelerator key="w" modifiers="GDK_CONTROL_MASK"/>
|
|
|
|
|
</child>
|
2013-08-26 14:56:46 -07:00
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="font_large">
|
2013-09-04 19:15:24 -07:00
|
|
|
<property name="label" translatable="yes">Lar_ge</property>
|
2013-08-26 14:56:46 -07:00
|
|
|
<property name="short_label" translatable="yes">Large</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="font_medium">
|
2013-09-04 19:15:24 -07:00
|
|
|
<property name="label" translatable="yes">_Medium</property>
|
2013-08-26 14:56:46 -07:00
|
|
|
<property name="short_label" translatable="yes">Medium</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="font_small">
|
2013-09-04 19:15:24 -07:00
|
|
|
<property name="label" translatable="yes">_Small</property>
|
2013-08-26 14:56:46 -07:00
|
|
|
<property name="short_label" translatable="yes">Small</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="font_sans">
|
2013-09-04 19:15:24 -07:00
|
|
|
<property name="label" translatable="yes">S_ans Serif</property>
|
2013-08-26 14:56:46 -07:00
|
|
|
<property name="short_label" translatable="yes">Sans Serif</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="font_serif">
|
2013-09-04 19:15:24 -07:00
|
|
|
<property name="label" translatable="yes">S_erif</property>
|
2013-08-26 14:56:46 -07:00
|
|
|
<property name="short_label" translatable="yes">Serif</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="font_monospace">
|
2013-09-04 19:15:24 -07:00
|
|
|
<property name="label" translatable="yes">_Fixed Width</property>
|
2013-08-28 18:41:00 -07:00
|
|
|
<property name="short_label" translatable="yes">Fixed Width</property>
|
2013-08-26 14:56:46 -07:00
|
|
|
</object>
|
|
|
|
|
</child>
|
2014-07-10 02:27:33 -04:00
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="detach">
|
|
|
|
|
<property name="label" translatable="yes">Detach</property>
|
|
|
|
|
<property name="short_label" translatable="yes">Detach</property>
|
|
|
|
|
<property name="tooltip" translatable="yes">Detach</property>
|
2014-07-18 17:44:25 -04:00
|
|
|
<property name="icon_name">detach-symbolic</property>
|
2014-07-10 02:27:33 -04:00
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="send">
|
|
|
|
|
<property name="label" translatable="yes">_Send</property>
|
|
|
|
|
<property name="short_label" translatable="yes">Send</property>
|
|
|
|
|
<property name="tooltip" translatable="yes">Send</property>
|
|
|
|
|
<property name="icon_name">mail-send-symbolic</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="add attachment">
|
|
|
|
|
<property name="label" translatable="yes">_Attach File</property>
|
|
|
|
|
<property name="short_label" translatable="yes">Attach File</property>
|
|
|
|
|
<property name="tooltip" translatable="yes">Attach File</property>
|
|
|
|
|
<property name="icon_name">mail-attachment-symbolic</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkAction" id="add original attachments">
|
|
|
|
|
<property name="label" translatable="yes">_Include Original Attachments</property>
|
|
|
|
|
<property name="short_label" translatable="yes">Include Original Attachments</property>
|
|
|
|
|
<property name="tooltip" translatable="yes">Include Original Attachments</property>
|
|
|
|
|
<property name="icon_name">edit-copy-symbolic</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
2013-04-30 17:20:13 -07:00
|
|
|
</object>
|
2011-10-03 12:05:25 -07:00
|
|
|
<object class="GtkBox" id="composer">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
2012-09-17 16:59:04 -07:00
|
|
|
<property name="spacing">2</property>
|
2014-07-10 02:27:33 -04:00
|
|
|
<child>
|
|
|
|
|
<object class="GtkAlignment" id="header_area">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<child>
|
|
|
|
|
<placeholder/>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
2011-10-03 12:05:25 -07:00
|
|
|
<child>
|
2012-06-26 17:14:55 -07:00
|
|
|
<object class="GtkAlignment" id="hidden_on_attachment_drag_over">
|
2011-10-03 12:05:25 -07:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<child>
|
2012-06-26 17:14:55 -07:00
|
|
|
<object class="GtkBox" id="hidden_on_attachment_drag_over_child">
|
2011-10-03 12:05:25 -07:00
|
|
|
<property name="visible">True</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkGrid" id="recipients">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
2014-07-10 02:27:33 -04:00
|
|
|
<property name="margin_left">6</property>
|
|
|
|
|
<property name="margin_right">6</property>
|
|
|
|
|
<property name="margin_top">6</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="row_spacing">6</property>
|
|
|
|
|
<property name="column_spacing">6</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="to label">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
|
<property name="xpad">6</property>
|
2014-02-25 12:01:35 -08:00
|
|
|
<property name="label" translatable="yes" comments="Address(es) e-mail is to be sent to">_To:</property>
|
|
|
|
|
<property name="use_underline">True</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="justify">right</property>
|
2012-07-16 17:17:34 -07:00
|
|
|
<property name="mnemonic_widget">to</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="left_attach">0</property>
|
2013-02-08 11:59:27 -08:00
|
|
|
<property name="top_attach">1</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="width">1</property>
|
|
|
|
|
<property name="height">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="cc label">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
|
<property name="xpad">6</property>
|
2014-02-25 12:01:35 -08:00
|
|
|
<property name="label" translatable="yes">_Cc:</property>
|
|
|
|
|
<property name="use_underline">True</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="justify">right</property>
|
2014-02-25 12:01:35 -08:00
|
|
|
<property name="mnemonic_widget">to</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="left_attach">0</property>
|
2013-02-08 11:59:27 -08:00
|
|
|
<property name="top_attach">2</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="width">1</property>
|
|
|
|
|
<property name="height">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkEventBox" id="to">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="left_attach">1</property>
|
2013-02-08 11:59:27 -08:00
|
|
|
<property name="top_attach">1</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="width">1</property>
|
|
|
|
|
<property name="height">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkEventBox" id="cc">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="left_attach">1</property>
|
2013-02-08 11:59:27 -08:00
|
|
|
<property name="top_attach">2</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="width">1</property>
|
|
|
|
|
<property name="height">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkEntry" id="subject">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
|
<property name="invisible_char">•</property>
|
|
|
|
|
<property name="invisible_char_set">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="left_attach">1</property>
|
2013-02-08 11:59:27 -08:00
|
|
|
<property name="top_attach">4</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="width">1</property>
|
|
|
|
|
<property name="height">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="subject label">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
|
<property name="xpad">6</property>
|
2014-02-25 12:01:35 -08:00
|
|
|
<property name="label" translatable="yes">_Subject:</property>
|
|
|
|
|
<property name="use_underline">True</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="justify">right</property>
|
2012-07-16 17:17:34 -07:00
|
|
|
<property name="mnemonic_widget">subject</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="left_attach">0</property>
|
2013-02-08 11:59:27 -08:00
|
|
|
<property name="top_attach">4</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="width">1</property>
|
|
|
|
|
<property name="height">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="bcc label">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
|
<property name="xpad">6</property>
|
2014-02-25 12:01:35 -08:00
|
|
|
<property name="label" translatable="yes">_Bcc:</property>
|
|
|
|
|
<property name="use_underline">True</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="justify">right</property>
|
2014-02-25 12:01:35 -08:00
|
|
|
<property name="mnemonic_widget">to</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="left_attach">0</property>
|
2013-02-08 11:59:27 -08:00
|
|
|
<property name="top_attach">3</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="width">1</property>
|
|
|
|
|
<property name="height">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkEventBox" id="bcc">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="left_attach">1</property>
|
2013-02-08 11:59:27 -08:00
|
|
|
<property name="top_attach">3</property>
|
|
|
|
|
<property name="width">1</property>
|
|
|
|
|
<property name="height">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="from label">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
|
<property name="xpad">6</property>
|
|
|
|
|
<property name="label" translatable="yes" comments="Geary account mail will be sent from">From:</property>
|
|
|
|
|
<property name="justify">right</property>
|
|
|
|
|
<property name="mnemonic_widget">to</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
|
<property name="width">1</property>
|
|
|
|
|
<property name="height">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox" id="from_container">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="from_single">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkComboBoxText" id="from_multiple">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="entry_text_column">0</property>
|
|
|
|
|
<property name="id_column">1</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
|
<property name="top_attach">0</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="width">1</property>
|
|
|
|
|
<property name="height">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
2011-10-03 12:05:25 -07:00
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
2014-07-10 02:27:33 -04:00
|
|
|
<property name="position">1</property>
|
2011-10-03 12:05:25 -07:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2012-06-26 17:14:55 -07:00
|
|
|
<object class="GtkAlignment" id="visible_on_attachment_drag_over">
|
2011-10-03 12:05:25 -07:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<child>
|
2012-06-26 17:14:55 -07:00
|
|
|
<object class="GtkBox" id="visible_on_attachment_drag_over_child">
|
2011-10-03 12:05:25 -07:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
2012-06-25 11:12:57 -07:00
|
|
|
<property name="valign">center</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="label1">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
<property name="label" translatable="yes">Drop files here</property>
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">False</property>
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
|
|
|
|
<object class="GtkLabel" id="label2">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
<property name="label" translatable="yes">To add them as attachments</property>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">False</property>
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
2012-06-25 11:12:57 -07:00
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
2012-06-26 17:14:55 -07:00
|
|
|
<property name="fill">False</property>
|
2014-07-10 02:27:33 -04:00
|
|
|
<property name="position">2</property>
|
2012-06-25 11:12:57 -07:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
2011-10-03 12:05:25 -07:00
|
|
|
<child>
|
2013-08-26 14:56:46 -07:00
|
|
|
<object class="GtkAlignment" id="toolbar area">
|
2011-10-03 12:05:25 -07:00
|
|
|
<property name="visible">True</property>
|
2012-04-04 19:01:55 -07:00
|
|
|
<property name="can_focus">False</property>
|
2014-06-02 12:03:28 -04:00
|
|
|
<property name="left_padding">6</property>
|
|
|
|
|
<property name="right_padding">6</property>
|
2012-04-04 19:01:55 -07:00
|
|
|
<child>
|
2013-08-26 14:56:46 -07:00
|
|
|
<placeholder/>
|
2012-04-04 19:01:55 -07:00
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
2014-07-10 02:27:33 -04:00
|
|
|
<property name="position">3</property>
|
2012-04-04 19:01:55 -07:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2013-10-02 16:07:34 -07:00
|
|
|
<object class="GtkFrame" id="frame1">
|
2012-04-04 19:01:55 -07:00
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
2013-10-02 16:07:34 -07:00
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
|
<property name="shadow_type">in</property>
|
2011-10-03 12:05:25 -07:00
|
|
|
<child>
|
2013-10-02 16:07:34 -07:00
|
|
|
<object class="GtkAlignment" id="message area">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<child>
|
|
|
|
|
<placeholder/>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child type="label_item">
|
2012-01-30 14:27:06 -08:00
|
|
|
<placeholder/>
|
2011-10-03 12:05:25 -07:00
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
<property name="fill">True</property>
|
2014-07-10 02:27:33 -04:00
|
|
|
<property name="position">4</property>
|
2011-10-03 12:05:25 -07:00
|
|
|
</packing>
|
|
|
|
|
</child>
|
2012-09-12 13:37:02 -07:00
|
|
|
<child>
|
|
|
|
|
<object class="GtkBox" id="attachments_box">
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
|
<property name="margin_left">6</property>
|
|
|
|
|
<property name="margin_right">6</property>
|
2012-09-25 11:58:46 -07:00
|
|
|
<property name="margin_top">6</property>
|
|
|
|
|
<property name="margin_bottom">6</property>
|
2012-09-12 13:37:02 -07:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
|
<child>
|
|
|
|
|
<placeholder/>
|
|
|
|
|
</child>
|
|
|
|
|
</object>
|
|
|
|
|
<packing>
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
<property name="fill">True</property>
|
2012-09-25 11:58:46 -07:00
|
|
|
<property name="position">5</property>
|
|
|
|
|
</packing>
|
|
|
|
|
</child>
|
2011-10-03 12:05:25 -07:00
|
|
|
</object>
|
|
|
|
|
</interface>
|