aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-display.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2000-11-03 17:28:00 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-11-03 17:28:00 +0800
commit8952ed2a26a3096c4592bd3dc0d8e47829e3999c (patch)
tree5f961203ade5184110e865cfcbf866f00e4f5492 /mail/mail-display.h
parent2f0f6b89c36edeeb6b28d67992ab88c01e02dd49 (diff)
downloadgsoc2013-evolution-8952ed2a26a3096c4592bd3dc0d8e47829e3999c.tar.gz
gsoc2013-evolution-8952ed2a26a3096c4592bd3dc0d8e47829e3999c.tar.zst
gsoc2013-evolution-8952ed2a26a3096c4592bd3dc0d8e47829e3999c.zip
Added mail-display.h.
2000-11-03 Not Zed <NotZed@HelixCode.com> * mail-view.c: Added mail-display.h. * mail-autofilter.c: Removed unecessary headers. Who ran indent over this code? Sigh. * mail-ops.c (display_message_input_s): Added messagedisplay. (mail_do_display_message): Added messagedisplay arg. (mail_do_display_message): Dont bother doing another thread when we know we dont have a uid. (): Added folder-browser.h to headers. Sigh. * folder-browser-factory.c (control_activate): Setup the viewthreaded callback to the folder_browser function. * folder-browser.c (my_folder_browser_init): Connect to right_click of etable of the messagelist here. (on_right_click): Changed for argument changes. (folder_browser_toggle_threads): Changed to take a fb, and to set threaded mode on the messagelist. (my_folder_browser_init): Connect also to the double_click signal. (my_folder_browser_init): Connect to the message_selected signal of the message_list. (on_message_selected): Signal handler for message selected. (my_folder_browser_init): Fix for change to message_list_new(). * message-list.h: Dont include folder-browser.h. (message_list_toggle_threads): Moved into folder-browser.h. (struct _MessageList): Removed folderbrowser. * mail.h: Dont include folder-browser.h here either, but mail-types.h instead. Moved prototypes moved into folder-browser.c into folder-browser.h. (vfolder_*, filter_*). * mail-display.h: Dont include folder-browser.h here, but mail-types.h and specific camel headers. * message-thread.c (sort_node): Invert the sort order logic so the list is sorted in mailbox order, not reverse mailbox order. * message-list.c (free_tree_ids): Fix a merge foo. (remove_node_diff): Removed unused row argument. Fixed callers/prototype. (clear_tree): pre_change on the removal of the root node. (build_flat): Only perform pre_change if we are rebuilding the whole lot. For incremental change let etable do its thing. (build_tree): Likewise for building the tree view. If making incremental updates, do them as we build it. (vfolder_subject): (vfolder_sender): (vfolder_recipient): (filter_subject): (filter_sender): (filter_recipient): (filter_mlist): (on_right_click): Moved to folder-browser.c, where they belong. (message_list_init): Dont connect to right_click anymore. (message_list_toggle_threads): Moved to folder-browser.c, renamed. (on_double_click): Moved to folder-browser.c (on_click): Set the flags directly, rather than in anothre thread, which is just not necessary. (message_list_class_init): Added a new signal 'message_selected', to indicate when a message was selected. (on_cursor_change_idle): Emit a signal, rather than directly triggering the display update. (select_row): Removed, no longer used. (idle_select_row): And this too. (select_msg): Removed as well. (message_list_select): Emit a signal, rather thandisplaying/clearing the mail-display directly. (mark_msg_seen): Moved to folder-browser.c (message_list_new): Removed folderbrowser argument. svn path=/trunk/; revision=6365
Diffstat (limited to 'mail/mail-display.h')
-rw-r--r--mail/mail-display.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/mail-display.h b/mail/mail-display.h
index f18ef68cba..9f2d8a2620 100644
--- a/mail/mail-display.h
+++ b/mail/mail-display.h
@@ -8,10 +8,11 @@
#include <gal/widgets/e-scroll-frame.h>
-#include "camel/camel-stream.h"
-#include "camel/camel-mime-message.h"
-#include "folder-browser.h"
+#include <camel/camel-stream.h>
+#include <camel/camel-mime-message.h>
+#include <camel/camel-medium.h>
+#include "mail-types.h"
#define MAIL_DISPLAY_TYPE (mail_display_get_type ())
#define MAIL_DISPLAY(o) (GTK_CHECK_CAST ((o), MAIL_DISPLAY_TYPE, MailDisplay))
mitgraph'>* - Update to 2.061Sunpoet Po-Chuan Hsieh2013-06-092-5/+5 * - Update to 2.060Sunpoet Po-Chuan Hsieh2013-01-312-5/+5 * - Update to 2.059Sunpoet Po-Chuan Hsieh2012-12-242-3/+3 * - Update to 2.058Sunpoet Po-Chuan Hsieh2012-12-042-11/+5 * - Update to 2.055Sunpoet Po-Chuan Hsieh2012-08-072-3/+3 * - Update to 2.052Sunpoet Po-Chuan Hsieh2012-04-302-7/+7 * - Update to 2.049Sunpoet Po-Chuan Hsieh2012-02-192-7/+7 * - Update to 2.048Sunpoet Po-Chuan Hsieh2012-01-302-7/+14 * - Update to 2.045Sunpoet Po-Chuan Hsieh2011-12-052-7/+7 * - Update to 2.043Sunpoet Po-Chuan Hsieh2011-11-212-7/+7 * - Update to 2.042Sunpoet Po-Chuan Hsieh2011-11-182-7/+7 * - Update to 2.041Sunpoet Po-Chuan Hsieh2011-10-302-3/+3 * - Update to 2.040Sunpoet Po-Chuan Hsieh2011-10-292-7/+7 * - Update to 2.039Sunpoet Po-Chuan Hsieh2011-10-292-8/+8 * - Add BUILD_DEPENDSSunpoet Po-Chuan Hsieh2011-08-221-0/+2 * - Update to 2.038Sunpoet Po-Chuan Hsieh2011-06-302-7/+5 * - Update to 2.035: no functional changesSunpoet Po-Chuan Hsieh2011-05-112-3/+3 * - Update to 2.034Sunpoet Po-Chuan Hsieh2011-05-072-4/+5 * - Update to 2.033Sunpoet Po-Chuan Hsieh2011-02-133-17/+8 * - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0 * - Update MAINTAINER to my FreeBSD.org addressSunpoet Po-Chuan Hsieh2010-09-231-1/+1 * Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,Martin Matuska2010-09-211-2/+3