aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-05-17 05:08:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-05-17 05:08:05 +0800
commit434c0c8ca58552815c04c033c8a7a1ee0ab79401 (patch)
treea40fd09e9e7750a69f211427dfb2cc866c10292f
parent8e68e9ce0883f9615cc7bbceffb1f4ced6c793e6 (diff)
downloadgsoc2013-evolution-434c0c8ca58552815c04c033c8a7a1ee0ab79401.tar
gsoc2013-evolution-434c0c8ca58552815c04c033c8a7a1ee0ab79401.tar.gz
gsoc2013-evolution-434c0c8ca58552815c04c033c8a7a1ee0ab79401.tar.bz2
gsoc2013-evolution-434c0c8ca58552815c04c033c8a7a1ee0ab79401.tar.lz
gsoc2013-evolution-434c0c8ca58552815c04c033c8a7a1ee0ab79401.tar.xz
gsoc2013-evolution-434c0c8ca58552815c04c033c8a7a1ee0ab79401.tar.zst
gsoc2013-evolution-434c0c8ca58552815c04c033c8a7a1ee0ab79401.zip
Added S/MIME menu items.
2001-05-16 Jeffrey Stedfast <fejj@ximian.com> * evolution-message-composer.xml: Added S/MIME menu items. svn path=/trunk/; revision=9854
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-message-composer.xml17
2 files changed, 18 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 54ea489032..46261c4f49 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-16 Jeffrey Stedfast <fejj@ximian.com>
+
+ * evolution-message-composer.xml: Added S/MIME menu items.
+
2001-05-15 Ettore Perazzoli <ettore@ximian.com>
* evolution.xml: Add an "Evolution FAQ" entry to the "Help" menu.
diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml
index ca24d313bf..0bff87f062 100644
--- a/ui/evolution-message-composer.xml
+++ b/ui/evolution-message-composer.xml
@@ -22,7 +22,7 @@
<cmd name="FileInsertFile" _label="Insert text file..."
_tip="Insert a file as text into the message"/>
- <cmd name="FileSend" _label="Send" _tip="Send the message now"
+ <cmd name="FileSend" _label="Send" _tip="Send this message now"
accel="*Ctrl*Return"
pixtype="stock" pixname="Send Mail"/>
@@ -59,8 +59,15 @@
<cmd name="SecurityPGPEncrypt" _label="PGP Encrypt" _tip="Encrypt this message with PGP"
type="toggle" state="0"/>
- </commands>
+ <cmd name="SecuritySMimeSign" _label="S/MIME Sign"
+ _tip="Sign this message with your S/MIME Signature Certificate"
+ type="toggle" state="0" hidden="1"/>
+
+ <cmd name="SecuritySMimeEncrypt" _label="S/MIME Encrypt"
+ _tip="Encrypt this message with your S/MIME Encryption Cetificate"
+ type="toggle" state="0" hidden="1"/>
+ </commands>
<keybindings>
@@ -138,6 +145,10 @@
<menuitem name="SecurityPGPEncrypt" verb="" _label="PGP Encrypt"/>
+ <menuitem name="SecuritySMimeSign" verb="" _label="S/MIME Sign"/>
+
+ <menuitem name="SecuritySMimeEncrypt" verb="" _label="S/MIME Encrypt"/>
+
</submenu>
<submenu name="Help" _label="_Help">
@@ -156,7 +167,7 @@
<dockitem name="Toolbar" behavior="exclusive" hlook="text" vlook="icon">
- <toolitem name="FileSend" verb="" _tip="Send this message now" priority="1"/>
+ <toolitem name="FileSend" verb="" priority="1"/>
<toolitem name="FileAttach" verb=""/>