diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-09 09:09:55 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-09 09:09:55 +0800 |
commit | b9a9cd3a8699c350dc6746c595e4de3e030545c4 (patch) | |
tree | 525676e7afd76aa1babe4fdf6dfe8ab8d16a1feb /mail/message-list.h | |
parent | 4b65801638f2d6b4cfefb9cc13966a7557e2f946 (diff) | |
download | gsoc2013-evolution-b9a9cd3a8699c350dc6746c595e4de3e030545c4.tar.gz gsoc2013-evolution-b9a9cd3a8699c350dc6746c595e4de3e030545c4.tar.zst gsoc2013-evolution-b9a9cd3a8699c350dc6746c595e4de3e030545c4.zip |
New convenience function with params of a normal Gtk callback function. We
2000-08-08 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (view_msg): New convenience function with params of a
normal Gtk callback function. We also now create a new
FolderBrowser object so that the message-view window isn't tied to
the display in the main window
(view_message): Now calls view_msg (this function is a bonobo
callback and can't be used with gtk widgets)
(edit_msg): Same idea as view_msg()
(edit_message): Again, same as view_message()
* message-list.c (on_right_click): Callback for creating an
e-popup-menu
(message_list_init): Added a right_click event to trigger a pop-up
menu to be displayed
svn path=/trunk/; revision=4619
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index 4406536110..f21361ef17 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -2,11 +2,11 @@ #ifndef _MESSAGE_LIST_H_ #define _MESSAGE_LIST_H_ +#include <gnome.h> #include "mail-types.h" #include <bonobo/bonobo-main.h> #include <bonobo/bonobo-object.h> #include <bonobo/bonobo-ui-handler.h> -#include "camel/camel-folder.h" #include "e-table/e-table-scrolled.h" #include "e-table/e-table-simple.h" #include "e-table/e-tree-simple.h" @@ -116,4 +116,3 @@ void message_list_toggle_threads (BonoboUIHandler *uih, const char *path); #endif /* _MESSAGE_LIST_H_ */ - |