diff options
author | Yuedong Du <yuedong.du@sun.com> | 2003-07-10 00:53:05 +0800 |
---|---|---|
committer | Yuedong Du <york@src.gnome.org> | 2003-07-10 00:53:05 +0800 |
commit | f402f80205955d1b1897cca6d1679800693f7295 (patch) | |
tree | 396501473f5b51fa8fe8d5cb3a76c9e16134eaf0 /ui | |
parent | 37f0b21395f4f5e4e1d59ead37412e73689012e7 (diff) | |
download | gsoc2013-evolution-f402f80205955d1b1897cca6d1679800693f7295.tar gsoc2013-evolution-f402f80205955d1b1897cca6d1679800693f7295.tar.gz gsoc2013-evolution-f402f80205955d1b1897cca6d1679800693f7295.tar.bz2 gsoc2013-evolution-f402f80205955d1b1897cca6d1679800693f7295.tar.lz gsoc2013-evolution-f402f80205955d1b1897cca6d1679800693f7295.tar.xz gsoc2013-evolution-f402f80205955d1b1897cca6d1679800693f7295.tar.zst gsoc2013-evolution-f402f80205955d1b1897cca6d1679800693f7295.zip |
add a menu entry corresponding to new introduced caret mode, see bug
2003-07-10 Yuedong Du <yuedong.du@sun.com>
* evolution-mail-message.xml: add a menu entry corresponding to new
introduced caret mode, see bug #44607
svn path=/trunk/; revision=21773
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 9bac0d2a73..b5b8ef9dba 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2003-07-10 Yuedong Du <yuedong.du@sun.com> + + * evolution-mail-message.xml: add a menu entry corresponding to new + introduced caret mode, see bug #44607 + 2003-07-09 Anna Marie Dirks <anna@ximian.com> * evolution-mail-list.xml: Change the accelerator for "Mark All Read" diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 17b19b96f6..ee898e23ce 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -5,6 +5,10 @@ <cmd name="AddSenderToAddressbook" _tip="Add Sender to Addressbook"/> + <cmd name="CaretMode" + _tip="Show a blinking cursor in the body of displayed messages" + type = "toggle" state = "0" accel="F7"/> + <cmd name="MailNext" _tip="Display the next message"/> @@ -264,6 +268,7 @@ </submenu> <submenu name="MessageDisplay" _label="_Message Display"> <menuitem name="ViewLoadImages" verb="" _label="Load _Images"/> + <menuitem name="CaretMode" verb="" _label="Caret _Mode"/> <separator f="" name="emaillist"/> |