Finish off #809 by committing the menu and right click thingies for

marking as important.

svn path=/trunk/; revision=10765
This commit is contained in:
Jacob Leach
2001-07-03 20:56:52 +00:00
parent 8ce7603f83
commit 9c367bf930
4 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-07-03 Jason Leach <jleach@ximian.com>
* folder-browser-ui.c: "Mark as Important" menu thingy here.
2001-07-03 Peter Williams <peterw@ximian.com>
* folder-browser.c (message_list_drag_data_get): Compile fixes.

View File

@ -49,7 +49,7 @@ static BonoboUIVerb message_verbs [] = {
BONOBO_UI_UNSAFE_VERB ("MessageForwardAttached", forward_attached),
BONOBO_UI_UNSAFE_VERB ("MessageForwardInline", forward_inline),
BONOBO_UI_UNSAFE_VERB ("MessageForwardQuoted", forward_quoted),
/* BONOBO_UI_UNSAFE_VERB ("MessageMarkAsImportant", mark_as_important),*/
BONOBO_UI_UNSAFE_VERB ("MessageMarkAsImportant", mark_as_important),
BONOBO_UI_UNSAFE_VERB ("MessageMarkAsRead", mark_as_seen),
BONOBO_UI_UNSAFE_VERB ("MessageMarkAsUnRead", mark_as_unseen),
BONOBO_UI_UNSAFE_VERB ("MessageMove", move_msg),

View File

@ -1,3 +1,8 @@
2001-07-03 Jason Leach <jleach@ximian.com>
* evolution-mail-message.xml: Added "Mark as Important" menu
thingy.
2001-07-03 Iain Holmes <iain@ximian.com>
* Add the seperate pixbuf for the Print button

View File

@ -65,6 +65,9 @@
_tip="Mark the selected messages as not having been read"
accel="*Control**Shift*k"/>
<cmd name="MessageMarkAsImportant"
_tip="Mark the selected messages as important"/>
<cmd name="MessageMove"
_tip="Move selected messages to another folder"
accel="*Control**Shift*m"
@ -187,6 +190,7 @@
<menuitem name="MessageMarkAsRead" verb="" _label="Mar_k As Read"/>
<menuitem name="MessageMarkAsUnRead" verb="" _label="Mark As U_nread"/>
<menuitem name="MessageMarkAsImportant" verb="" _label="Mark As I_mportant"/>
</placeholder>
</submenu>