aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2001-06-26 05:30:20 +0800
committerJacob Berkman <jberkman@src.gnome.org>2001-06-26 05:30:20 +0800
commit0296d70c6e207fa4c6acc14f6a0541b14028b64e (patch)
tree95a36eff7948fd8726b866f1e1a650322f4aa5d0 /ui
parentff400deef2f554d02221689bb3c8f2dc51628c28 (diff)
downloadgsoc2013-evolution-0296d70c6e207fa4c6acc14f6a0541b14028b64e.tar
gsoc2013-evolution-0296d70c6e207fa4c6acc14f6a0541b14028b64e.tar.gz
gsoc2013-evolution-0296d70c6e207fa4c6acc14f6a0541b14028b64e.tar.bz2
gsoc2013-evolution-0296d70c6e207fa4c6acc14f6a0541b14028b64e.tar.lz
gsoc2013-evolution-0296d70c6e207fa4c6acc14f6a0541b14028b64e.tar.xz
gsoc2013-evolution-0296d70c6e207fa4c6acc14f6a0541b14028b64e.tar.zst
gsoc2013-evolution-0296d70c6e207fa4c6acc14f6a0541b14028b64e.zip
add a preview toggle item
2001-06-25 jacob berkman <jacob@ximian.com> * evolution-mail.xml: add a preview toggle item svn path=/trunk/; revision=10493
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-mail.xml5
2 files changed, 9 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index fed95ff071..95e4389829 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-25 jacob berkman <jacob@ximian.com>
+
+ * evolution-mail.xml: add a preview toggle item
+
2001-06-25 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail.xml: Added Cut/Copy/Paste menu items.
diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml
index e85c69385c..cf8851accc 100644
--- a/ui/evolution-mail.xml
+++ b/ui/evolution-mail.xml
@@ -227,6 +227,10 @@
_tip="Show message in the normal style"
type="radio" group="message_display"/>
+ <cmd name="ViewPreview"
+ _tip="Show message preview window"
+ type="toggle" />
+
<cmd name="ViewShowAll"
_tip="Show messages that have been temporarily hidden"
pixtype="pixbuf"/>
@@ -305,6 +309,7 @@
</submenu>
<submenu name="View">
+ <menuitem name="ViewPreview" verb="" _label="_Preview Pane"/>
<separator/>
<menuitem name="ViewThreaded" verb="" _label="_Threaded Message List"/>