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:
@ -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.
|
||||
|
||||
@ -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),
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user