diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-11-07 04:05:25 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-11-07 04:05:25 +0800 |
commit | d893466560f87581cb14322a39446d14d9c405f3 (patch) | |
tree | 2df38b2359f76bee5d8da41f902fd1d334b0406f /mail/mail-callbacks.c | |
parent | 85eeb237455da92df0019afdcadbf767a548a365 (diff) | |
download | gsoc2013-evolution-d893466560f87581cb14322a39446d14d9c405f3.tar.gz gsoc2013-evolution-d893466560f87581cb14322a39446d14d9c405f3.tar.zst gsoc2013-evolution-d893466560f87581cb14322a39446d14d9c405f3.zip |
Updated to have the same menu items as the new right-click menu -
2000-11-06 Jeffrey Stedfast <fejj@helixcode.com>
* 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
Diffstat (limited to 'mail/mail-callbacks.c')
-rw-r--r-- | mail/mail-callbacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |