aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-05-02 06:10:44 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-05-02 06:10:44 +0800
commit6be9006f3fa356bf1402067ec60aa278871562bb (patch)
treeee11cf68212fe8760b61708c845d95d8c51353f4 /mail/ChangeLog
parent52e6689e5eba24944cc8c565f369780c27ee1984 (diff)
downloadgsoc2013-evolution-6be9006f3fa356bf1402067ec60aa278871562bb.tar
gsoc2013-evolution-6be9006f3fa356bf1402067ec60aa278871562bb.tar.gz
gsoc2013-evolution-6be9006f3fa356bf1402067ec60aa278871562bb.tar.bz2
gsoc2013-evolution-6be9006f3fa356bf1402067ec60aa278871562bb.tar.lz
gsoc2013-evolution-6be9006f3fa356bf1402067ec60aa278871562bb.tar.xz
gsoc2013-evolution-6be9006f3fa356bf1402067ec60aa278871562bb.tar.zst
gsoc2013-evolution-6be9006f3fa356bf1402067ec60aa278871562bb.zip
Fix the filter_menu static array to use the E_POPUP_MENU_CC macros since
2002-05-01 Jeffrey Stedfast <fejj@ximian.com> * folder-browser.c (on_right_click): Fix the filter_menu static array to use the E_POPUP_MENU_CC macros since we plan on using custom closures for this. (on_right_click): Fixed so that you can "Edit as New" for any Sent folder and not just the local Sent folder. svn path=/trunk/; revision=16657
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index b00d2124ca..e1c4765b04 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -3,6 +3,8 @@
* folder-browser.c (on_right_click): Fix the filter_menu static
array to use the E_POPUP_MENU_CC macros since we plan on using
custom closures for this.
+ (on_right_click): Fixed so that you can "Edit as New" for any Sent
+ folder and not just the local Sent folder.
2002-05-01 Not Zed <NotZed@Ximian.com>