diff options
-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"/> |