From 6be9006f3fa356bf1402067ec60aa278871562bb Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 1 May 2002 22:10:44 +0000 Subject: Fix the filter_menu static array to use the E_POPUP_MENU_CC macros since 2002-05-01 Jeffrey Stedfast * 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 --- mail/ChangeLog | 2 ++ mail/folder-browser.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 diff --git a/mail/folder-browser.c b/mail/folder-browser.c index b01f4179dd..3cd965bd77 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -1769,7 +1769,7 @@ on_right_click (ETree *tree, gint row, ETreePath path, gint col, GdkEvent *event GtkMenu *menu; struct _filter_data *fdata = NULL; - if (fb->folder != sent_folder) { + if (!folder_browser_is_sent (fb)) { enable_mask |= CAN_RESEND; hide_mask |= CAN_RESEND; } -- cgit v1.2.3