diff options
author | Jason Leach <jleach@ximian.com> | 2001-07-24 03:14:53 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-07-24 03:14:53 +0800 |
commit | b4f3f0c1028773d2f06a1a9311037a8cdccb84cf (patch) | |
tree | c823783a489a7aa9be46a345e13ed812403e2a82 /mail/ChangeLog | |
parent | 05ec4697c84a948310556b88e451c9dfc663967e (diff) | |
download | gsoc2013-evolution-b4f3f0c1028773d2f06a1a9311037a8cdccb84cf.tar gsoc2013-evolution-b4f3f0c1028773d2f06a1a9311037a8cdccb84cf.tar.gz gsoc2013-evolution-b4f3f0c1028773d2f06a1a9311037a8cdccb84cf.tar.bz2 gsoc2013-evolution-b4f3f0c1028773d2f06a1a9311037a8cdccb84cf.tar.lz gsoc2013-evolution-b4f3f0c1028773d2f06a1a9311037a8cdccb84cf.tar.xz gsoc2013-evolution-b4f3f0c1028773d2f06a1a9311037a8cdccb84cf.tar.zst gsoc2013-evolution-b4f3f0c1028773d2f06a1a9311037a8cdccb84cf.zip |
[Bug #5225: No UI way to mark as unimportant]
2001-07-23 Jason Leach <jleach@ximian.com>
[Bug #5225: No UI way to mark as unimportant]
* folder-browser.c (on_right_click): Do the necessary stuff to
show or hide the correct "Mark Important" or "Mark as Unimportant"
menu items depending on the status of messages that are selected.
* folder-browser-ui.c: Add the MarkAsUnimportant verb here.
* mail-callbacks.c (mark_as_unimportant): Simple function that's
the callback for these new menu items.
svn path=/trunk/; revision=11316
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4bcf917cc4..20ccbcdbc5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2001-07-23 Jason Leach <jleach@ximian.com> + + [Bug #5225: No UI way to mark as unimportant] + + * folder-browser.c (on_right_click): Do the necessary stuff to + show or hide the correct "Mark Important" or "Mark as Unimportant" + menu items depending on the status of messages that are selected. + + * folder-browser-ui.c: Add the MarkAsUnimportant verb here. + + * mail-callbacks.c (mark_as_unimportant): Simple function that's + the callback for these new menu items. + 2001-07-22 Ettore Perazzoli <ettore@ximian.com> * component-factory.c (remove_folder): Updated to get a @type |