[balsa/69-resend-message: 3/11] New UI file for resend window




commit 6ddb364a9e54bc8129f8d528fbaa60c797396b40
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Wed Feb 2 18:26:37 2022 -0500

    New UI file for resend window

 ui/resend-window.ui | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 84 insertions(+)
---
diff --git a/ui/resend-window.ui b/ui/resend-window.ui
new file mode 100644
index 000000000..81c8760f5
--- /dev/null
+++ b/ui/resend-window.ui
@@ -0,0 +1,84 @@
+<interface>
+  <menu id="menubar">
+    <submenu>
+      <attribute name="label" translatable="yes">_File</attribute>
+      <section>
+        <item>
+          <attribute name="label"
+            translatable="yes">Send</attribute>
+          <attribute name="action">win.send</attribute>
+          <attribute name="accel">&lt;Primary&gt;Return</attribute>
+        </item>
+        <item>
+          <attribute name="label"
+              translatable="yes">Queue</attribute>
+          <attribute name="action">win.queue</attribute>
+        </item>
+        <item>
+          <attribute name="label"
+              translatable="yes">Postpone</attribute>
+          <attribute name="action">win.postpone</attribute>
+        </item>
+        <item>
+          <attribute name="label"
+            translatable="yes">_Save</attribute>
+          <attribute name="action">win.save</attribute>
+          <attribute name="accel">&lt;Primary&gt;s</attribute>
+        </item>
+      </section>
+      <section>
+        <item>
+          <attribute name="label"
+            translatable="yes">_Close</attribute>
+          <attribute name="action">win.close</attribute>
+          <attribute name="accel">&lt;Primary&gt;w</attribute>
+        </item>
+      </section>
+    </submenu>
+    <submenu>
+      <attribute name="label" translatable="yes">_Edit</attribute>
+      <section>
+        <item>
+          <attribute name="label"
+            translatable="yes">Select _Identity…</attribute>
+          <attribute name="action">win.select-ident</attribute>
+        </item>
+      </section>
+    </submenu>
+    <submenu>
+      <attribute name="label" translatable="yes">_Show</attribute>
+      <section>
+        <item>
+          <attribute name="label"
+            translatable="yes">F_rom</attribute>
+          <attribute name="action">win.from</attribute>
+        </item>
+        <item>
+          <attribute name="label"
+            translatable="yes">Rec_ipients</attribute>
+          <attribute name="action">win.recips</attribute>
+        </item>
+        <item>
+          <attribute name="label"
+            translatable="yes">F_cc</attribute>
+          <attribute name="action">win.fcc</attribute>
+        </item>
+      </section>
+    </submenu>
+    <submenu>
+      <attribute name="label" translatable="yes">_Options</attribute>
+      <section>
+        <item>
+          <attribute name="label"
+            translatable="yes">_Request Disposition Notification</attribute>
+          <attribute name="action">win.request-mdn</attribute>
+        </item>
+        <item>
+          <attribute name="label"
+            translatable="yes">_Request Delivery Status Notification</attribute>
+          <attribute name="action">win.request-dsn</attribute>
+        </item>
+      </section>
+    </submenu>
+  </menu>
+</interface>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]