diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-02-13 08:30:51 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-02-13 08:30:51 +0800 |
commit | 31440e3a099a4a75831c07eaf2029d727e3cc450 (patch) | |
tree | f970621d78d9940aff52954badb881f86e487e24 | |
parent | d811de6309ecf6831d0369f092c04a22db221eb6 (diff) | |
download | gsoc2013-evolution-31440e3a099a4a75831c07eaf2029d727e3cc450.tar gsoc2013-evolution-31440e3a099a4a75831c07eaf2029d727e3cc450.tar.gz gsoc2013-evolution-31440e3a099a4a75831c07eaf2029d727e3cc450.tar.bz2 gsoc2013-evolution-31440e3a099a4a75831c07eaf2029d727e3cc450.tar.lz gsoc2013-evolution-31440e3a099a4a75831c07eaf2029d727e3cc450.tar.xz gsoc2013-evolution-31440e3a099a4a75831c07eaf2029d727e3cc450.tar.zst gsoc2013-evolution-31440e3a099a4a75831c07eaf2029d727e3cc450.zip |
Added pixbufs to MarkAsImportant, MarkAsRead and MarkAsUnread. Also added
2002-02-12 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail-message.xml: Added pixbufs to MarkAsImportant,
MarkAsRead and MarkAsUnread. Also added MessageFollowUpFlag verb.
svn path=/trunk/; revision=15700
-rw-r--r-- | ui/ChangeLog | 10 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 35 |
2 files changed, 34 insertions, 11 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 20c09c2c08..30b7f35d76 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2002-02-12 Jeffrey Stedfast <fejj@ximian.com> + + * evolution-mail-message.xml: Added pixbufs to MarkAsImportant, + MarkAsRead and MarkAsUnread. Also added MessageFollowUpFlag verb. + 2002-02-07 JP Rosevear <jpr@ximian.com> * evolution-calendar.xml: add new meeting item to Actions and @@ -5,7 +10,10 @@ 2002-02-05 Anna Marie Dirks <anna@ximian.com> - * evolution-mail-message.xml: Changed "Forward As" to "Forward" to improve grammar ("Forward As" implies an answer in the form of a noun, while "Redirect" is a verb), and added accelerators to "Add Sender to Addressbook" and "Redirect". + * evolution-mail-message.xml: Changed "Forward As" to "Forward" to + improve grammar ("Forward As" implies an answer in the form of a + noun, while "Redirect" is a verb), and added accelerators to "Add + Sender to Addressbook" and "Redirect". 2002-01-28 Jeffrey Stedfast <fejj@ximian.com> diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index bcb6028f3d..862c2b0dba 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -46,6 +46,11 @@ accel="*Control*d" pixtype="pixbuf"/> + <cmd name="MessageFollowUpFlag" + _tip="Flag selected message(s) for follow-up" + accel="*Control**Shift*G" + pixtype="pixbuf"/> + <cmd name="MessageForward" _tip="Forward the selected message to someone" accel="*Control*f" @@ -63,21 +68,24 @@ _tip="Forward the selected message quoted like a reply"/> <cmd name="MessageMarkAsRead" - _tip="Mark the selected messages as having been read" - accel="*Control*k"/> + _tip="Mark the selected message(s) as having been read" + accel="*Control*k" + pixtype="pixbuf"/> <cmd name="MessageMarkAsUnRead" - _tip="Mark the selected messages as not having been read" - accel="*Control**Shift*k"/> + _tip="Mark the selected message(s) as not having been read" + accel="*Control**Shift*k" + pixtype="pixbuf"/> <cmd name="MessageMarkAsImportant" - _tip="Mark the selected messages as important"/> + _tip="Mark the selected message(s) as important" + pixtype="pixbuf"/> <cmd name="MessageMarkAsUnimportant" - _tip="Mark the selected messages as unimportant"/> + _tip="Mark the selected message(s) as unimportant"/> <cmd name="MessageMove" - _tip="Move selected messages to another folder" + _tip="Move selected message(s) to another folder" accel="*Control**Shift*m" pixtype="pixbuf"/> @@ -263,6 +271,13 @@ <menuitem name="MailPreviousUnread" verb="" _label="Previous Unread Message"/> <menuitem name="MailPreviousFlagged" verb="" _label="Previous Important Message"/> </submenu> + + <separator f="" name="emaillist1"/> + + <menuitem name="MessageFollowUpFlag" verb="" _label="Follow _Up..."/> + + <separator f="" name="emaillist2"/> + <menuitem name="MessageReplySender" verb="" _label="_Reply to Sender"/> <menuitem name="MessageReplyList" verb="" _label="Reply to _List"/> <menuitem name="MessageReplyAll" verb="" _label="Reply to _All"/> @@ -275,16 +290,16 @@ <menuitem verb="MessageRedirect" _label="Re_direct"/> </submenu> - <separator f="" name="emaillist1"/> + <separator f="" name="emaillist3"/> <menuitem name="MessageMove" verb="" _label="_Move to Folder"/> <menuitem name="MessageCopy" verb="" _label="_Copy to Folder"/> - <separator f="" name="emaillist2"/> + <separator f="" name="emaillist4"/> <menuitem name="AddSenderToAddressbook" verb="" _label="Add Sender to Address _Book"/> - <separator f="" name="emaillist3"/> + <separator f="" name="emaillist5"/> <menuitem name="MessageApplyFilters" verb="" _label="_Apply Filters"/> </placeholder> |