aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog3
-rw-r--r--mail/folder-browser-factory.c8
2 files changed, 5 insertions, 6 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1798565251..6836f0db1c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,8 @@
2000-05-09 Matt Loper <matt@helixcode.com>
+ * folder-browser-factory.c (control_activate): Remove "File->mail"
+ menuitem.
+
* mail-config.c (mail_config_druid): Fill in "blah blah blah".
2000-05-09 Dan Winship <danw@helixcode.com>
diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c
index e21240a5f8..f88962a0f7 100644
--- a/mail/folder-browser-factory.c
+++ b/mail/folder-browser-factory.c
@@ -141,14 +141,10 @@ control_activate (BonoboControl *control, BonoboUIHandler *uih)
folder_browser = bonobo_control_get_widget (control);
- bonobo_ui_handler_menu_new_item (uih, "/File/Mail", N_("_Mail"),
- NULL, -1,
- BONOBO_UI_HANDLER_PIXMAP_NONE, NULL,
- 0, 0, send_msg, NULL);
-
bonobo_ui_handler_menu_new_item (uih, "/Tools/Expunge", N_("_Expunge"),
NULL, -1,
- BONOBO_UI_HANDLER_PIXMAP_STOCK, GNOME_STOCK_PIXMAP_TRASH,
+ BONOBO_UI_HANDLER_PIXMAP_STOCK,
+ GNOME_STOCK_PIXMAP_TRASH,
0, 0, expunge_folder, folder_browser);
toolbar = gtk_toolbar_new (GTK_ORIENTATION_HORIZONTAL,