aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-message-composer.xml14
2 files changed, 18 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 370d9245b5..4be289b0e7 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-15 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * evolution-message-composer.xml: Added Security menu
+
2000-12-13 Ettore Perazzoli <ettore@helixcode.com>
* evolution-mail.xml: Make the forward button in the toolbar
diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml
index 029801d41f..de06783522 100644
--- a/ui/evolution-message-composer.xml
+++ b/ui/evolution-message-composer.xml
@@ -38,6 +38,12 @@
<cmd name="ViewAttach" _label="Show attachments" _tip="Show / hide attachments"
type="toggle" state="0"/>
+ <cmd name="SecuritySign" _label="PGP Sign" _tip="Sign this message with your PGP key"
+ type="toggle" state="0"/>
+
+ <cmd name="SecurityEncrypt" _label="PGP Encrypt" _tip="Encrypt this message with PGP"
+ type="toggle" state="0"/>
+
</commands>
@@ -94,6 +100,14 @@
<placeholder name="Component"/>
+ <submenu name="Security" _label="_Security">
+
+ <menuitem name="SecuritySign" verb="" _label="PGP Sign"/>
+
+ <menuitem name="SecurityEncrypt" verb="" _label="PGP Encrypt"/>
+
+ </submenu>
+
<submenu name="Help" _label="_Help">
<placeholder name="BuiltMenuItems"/>