diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-12-16 07:08:20 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-12-16 07:08:20 +0800 |
commit | ce4bd7a99eaea7274956a0092bf6c867b97dee77 (patch) | |
tree | c5291b192b460258b43667ca23064d64448efc00 /ui/evolution-message-composer.xml | |
parent | 96c13f461a2aa25578b766c56a895791108171f5 (diff) | |
download | gsoc2013-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/evolution-message-composer.xml')
-rw-r--r-- | ui/evolution-message-composer.xml | 14 |
1 files changed, 14 insertions, 0 deletions
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"/> |