aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-12-16 07:08:20 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-12-16 07:08:20 +0800
commitce4bd7a99eaea7274956a0092bf6c867b97dee77 (patch)
treec5291b192b460258b43667ca23064d64448efc00 /ui
parent96c13f461a2aa25578b766c56a895791108171f5 (diff)
downloadgsoc2013-evolution-ce4bd7a99eaea7274956a0092bf6c867b97dee77.tar
gsoc2013-evolution-ce4bd7a99eaea7274956a0092bf6c867b97dee77.tar.gz
gsoc2013-evolution-ce4bd7a99eaea7274956a0092bf6c867b97dee77.tar.bz2
gsoc2013-evolution-ce4bd7a99eaea7274956a0092bf6c867b97dee77.tar.lz
gsoc2013-evolution-ce4bd7a99eaea7274956a0092bf6c867b97dee77.tar.xz
gsoc2013-evolution-ce4bd7a99eaea7274956a0092bf6c867b97dee77.tar.zst
gsoc2013-evolution-ce4bd7a99eaea7274956a0092bf6c867b97dee77.zip
Added Security menu
2000-12-15 Jeffrey Stedfast <fejj@helixcode.com> * evolution-message-composer.xml: Added Security menu svn path=/trunk/; revision=7057
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"/>