From d893466560f87581cb14322a39446d14d9c405f3 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 6 Nov 2000 20:05:25 +0000 Subject: Updated to have the same menu items as the new right-click menu - 2000-11-06 Jeffrey Stedfast * folder-browser-factory.c: Updated to have the same menu items as the new right-click menu - eventually these 2 menus should be the same. * folder-browser.c (on_right_click): Now correctly handles the case of multiple selection. * mail-callbacks.c (enumerate_msg): Make public so it can be used in other source files (it's a useful function!) svn path=/trunk/; revision=6419 --- mail/mail-callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-callbacks.c') diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c index 114b906c78..7ccb0f9aee 100644 --- a/mail/mail-callbacks.c +++ b/mail/mail-callbacks.c @@ -477,7 +477,7 @@ reply_to_all (GtkWidget *widget, gpointer user_data) fb->message_list->cursor_uid, TRUE); } -static void +void enumerate_msg (MessageList *ml, const char *uid, gpointer data) { g_ptr_array_add ((GPtrArray *) data, g_strdup (uid)); -- cgit