aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog3
-rw-r--r--mail/folder-browser.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index de86ff8494..b5aa08a281 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,8 @@
2001-08-11 Jason Leach <jleach@ximian.com>
+ * folder-browser.c: Make the right click "Resend..." into "Edit as
+ New Message...", bug #6838.
+
* mail-accounts.h: Remove unecessary #include <camel.h>
* mail.h: Removed a prototype for a non-existant
diff --git a/mail/folder-browser.c b/mail/folder-browser.c
index 217f9aff2f..efa79fc179 100644
--- a/mail/folder-browser.c
+++ b/mail/folder-browser.c
@@ -1277,7 +1277,7 @@ static EPopupMenu filter_menu[] = {
static EPopupMenu context_menu[] = {
{ N_("_Open"), NULL,
GTK_SIGNAL_FUNC (open_msg), NULL, 0 },
- { N_("R_esend..."), NULL,
+ { N_("_Edit as New Message..."), NULL,
GTK_SIGNAL_FUNC (resend_msg), NULL, CAN_RESEND },
{ N_("_Save As..."), NULL,
GTK_SIGNAL_FUNC (save_msg), NULL, 0 },