aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-08-10 03:57:28 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-08-10 03:57:28 +0800
commit3d94ea9337a10ffba0475997a76b9989f29f6483 (patch)
tree65dd7a425e57e6e7abbec24c3ad6fa964cf6e5f1 /mail/mail.h
parentd2ef306a999add09fec5bea2298955c4b75df607 (diff)
downloadgsoc2013-evolution-3d94ea9337a10ffba0475997a76b9989f29f6483.tar
gsoc2013-evolution-3d94ea9337a10ffba0475997a76b9989f29f6483.tar.gz
gsoc2013-evolution-3d94ea9337a10ffba0475997a76b9989f29f6483.tar.bz2
gsoc2013-evolution-3d94ea9337a10ffba0475997a76b9989f29f6483.tar.lz
gsoc2013-evolution-3d94ea9337a10ffba0475997a76b9989f29f6483.tar.xz
gsoc2013-evolution-3d94ea9337a10ffba0475997a76b9989f29f6483.tar.zst
gsoc2013-evolution-3d94ea9337a10ffba0475997a76b9989f29f6483.zip
Changed to only take a FolderBrowser argument
2000-08-09 Jeffrey Stedfast <fejj@helixcode.com> * mail-view.c (mail_view_create): Changed to only take a FolderBrowser argument * mail-ops.c (real_view_msg): Create a new FolderBrowser for each message being opened in a new window. Also set the message_list->cursor_uid and mail_display->current_message to the appropriate values. (real_view_msg): Updated to reflect changes in the mail_view_create * message-list.c (on_right_click): Nicify a little, add in a menu separator between VFolder and Filter stuff. * mail-ops.c (real_view_msg): Set the UID of the message that is being displayed svn path=/trunk/; revision=4662
Diffstat (limited to 'mail/mail.h')
-rw-r--r--mail/mail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail.h b/mail/mail.h
index 60d444bd78..3ff7422370 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -84,7 +84,7 @@ void providers_config (BonoboUIHandler *uih, void *user_data, const char *path);
void configure_folder(BonoboUIHandler *uih, void *user_data, const char *path);
/* mail view */
-GtkWidget *mail_view_create (CamelMimeMessage *msg, FolderBrowser *folder_browser);
+GtkWidget *mail_view_create (FolderBrowser *folder_browser);
/* session */
void session_init (void);