aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Leach <jleach@src.gnome.org>2001-07-04 04:56:52 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-04 04:56:52 +0800
commit9c367bf93066e6ea83de1fb35799cb429f9d4ea1 (patch)
tree78372de75f3433decb5d38311c5d7d4a7eeffa36
parent8ce7603f8356ca2c775fa6a3edfb71949afb6383 (diff)
downloadgsoc2013-evolution-9c367bf93066e6ea83de1fb35799cb429f9d4ea1.tar
gsoc2013-evolution-9c367bf93066e6ea83de1fb35799cb429f9d4ea1.tar.gz
gsoc2013-evolution-9c367bf93066e6ea83de1fb35799cb429f9d4ea1.tar.bz2
gsoc2013-evolution-9c367bf93066e6ea83de1fb35799cb429f9d4ea1.tar.lz
gsoc2013-evolution-9c367bf93066e6ea83de1fb35799cb429f9d4ea1.tar.xz
gsoc2013-evolution-9c367bf93066e6ea83de1fb35799cb429f9d4ea1.tar.zst
gsoc2013-evolution-9c367bf93066e6ea83de1fb35799cb429f9d4ea1.zip
Finish off #809 by committing the menu and right click thingies for
marking as important. svn path=/trunk/; revision=10765
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/folder-browser-ui.c2
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-mail-message.xml4
4 files changed, 14 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 7f5ac335ee..8b2f23e5e8 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -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.
diff --git a/mail/folder-browser-ui.c b/mail/folder-browser-ui.c
index 294cd5d980..e64435fc37 100644
--- a/mail/folder-browser-ui.c
+++ b/mail/folder-browser-ui.c
@@ -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),
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 33e5b607e6..a6958d457e 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -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
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml
index 4eab96ef06..e75d5c3639 100644
--- a/ui/evolution-mail-message.xml
+++ b/ui/evolution-mail-message.xml
@@ -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>