aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2000-08-10 04:03:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-08-10 04:03:05 +0800
commit75ea4d8ae17c07430ee8e2bd4882e0dec385488b (patch)
treee0d6cea56224efc1df2415e3fc97ec65e927c708
parent747b818cbd6175971c494748a6b87201c80317ee (diff)
downloadgsoc2013-evolution-75ea4d8ae17c07430ee8e2bd4882e0dec385488b.tar.gz
gsoc2013-evolution-75ea4d8ae17c07430ee8e2bd4882e0dec385488b.tar.zst
gsoc2013-evolution-75ea4d8ae17c07430ee8e2bd4882e0dec385488b.zip
eek! okay, we can't just point to a mail_display apparently...
so we're back to creating a new one for the purpose of displaying it svn path=/trunk/; revision=4664
-rw-r--r--mail/mail-view.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mail-view.c b/mail/mail-view.c
index 54861f7649..266df872cb 100644
--- a/mail/mail-view.c
+++ b/mail/mail-view.c
@@ -89,9 +89,8 @@ mail_view_create (FolderBrowser *folder_browser)
GtkWidget *toolbar;
GtkWidget *mail_display;
char *subject;
-
+
msg = folder_browser->mail_display->current_message;
-
subject = (char *) camel_mime_message_get_subject (msg);
if (!subject)
subject = "";
@@ -123,7 +122,8 @@ mail_view_create (FolderBrowser *folder_browser)
mail_view_menubar[1].widget,
(GtkDestroyNotify) gtk_widget_unref);
- mail_display = folder_browser->mail_display;
+ mail_display = mail_display_new (folder_browser);
+ mail_display_set_message (MAIL_DISPLAY (mail_display), CAMEL_MEDIUM (msg));
gtk_widget_set_usize (mail_display, 600, 600);
gnome_app_set_contents (GNOME_APP (window), mail_display);
/td> * Fixes #72006Chenthill Palanisamy2005-02-231-0/+9 * Add one more bug to the ChangeLogJP Rosevear2005-02-231-1/+1 * Fixes #63866, #67714, #62089, #47747, #61495JP Rosevear2005-02-231-0/+39 * Make sure all the default source groups and sources are present by addingSivaiah Nallagatla2005-02-221-0/+16 * if opening the calendar failed, disconnect signals and unref it.Rodrigo Moya2005-02-181-0/+5 * added a boolean variable is_meeting. added a boolean variableChenthill Palanisamy2005-02-181-0/+19 * check return value from e_cal_new, to display a better warning message.Rodrigo Moya2005-02-161-0/+5 * Fixes #72038Rodrigo Moya2005-02-151-0/+7 * Remove the component from the view, if its already present before addingChenthill Palanisamy2005-02-101-0/+6 * Always remove the meeting and scheduling pages when there are noHarish Krishnaswamy2005-02-091-0/+7 * set instance times correctly.Rodrigo Moya2005-02-081-0/+4 * Fixes #61075JP Rosevear2005-02-081-0/+7 * add messages for calendar/tasks not marked for offline usage.Harish Krishnaswamy2005-02-051-0/+10 * fix the dnd woes on calendar attachments. gui/dialogs/cal-attachment-bar.cHarish Krishnaswamy2005-02-051-0/+10 * Add a11y name for attachment button and bars.Harry Lu2005-02-051-0/+7 * Add a string to CompEditorPrivate to store the name of the help section weRodney Dawes2005-02-041-0/+18 * clear the component preview when we update the view.Rodrigo Moya2005-02-041-0/+8 * Fixes #71265Rodrigo Moya2005-02-041-0/+8 * calendar-errors.xml.h changed the warning message string forVivek Jain2005-02-041-0/+6 * Fix for #56901Yong Sun2005-02-041-0/+7 * Update to include new strings from the calendar-errors.xml fileRodney Dawes2005-02-041-0/+5 * add a11y name to url. add a11y name to date completed. add a11y names toLi Yuan2005-02-031-0/+9 * added a warning message for invalid server version added a case to checkVivek Jain2005-02-031-0/+8 * Set the border width for the internal dialog containers to be HIGRodney Dawes2005-02-031-0/+14 * Fixes #72090Rodrigo Moya2005-02-021-0/+7 * Clean up the spacing and padding, and shove the notebook and expanderRodney Dawes2005-02-021-0/+9 * fix typoJP Rosevear2005-02-021-0/+6 * add correct mask for detached recurrences.Rodrigo Moya2005-02-011-0/+6 * only add real data to the array.Rodrigo Moya2005-02-011-0/+6 * Fixes #71944JP Rosevear2005-02-011-0/+7 * And the changelog entry.Hans Petter2005-02-011-0/+5 * Remove definition of CalObjUID and include that fromHans Petter Jansson2005-02-011-0/+6 * Use guint instead of ulong for signal ID.Hans Petter Jansson2005-02-011-0/+5 * Fixes #61078Priit Laes2005-01-311-0/+6 * Fixes #64682 Added an X property to identify if the appointment is movedChenthill Palanisamy2005-01-311-0/+7 * Fixes #71452JP Rosevear2005-01-291-0/+8 * use correct key name.Rodrigo Moya2005-01-291-0/+5 * Fixes #33078Rodrigo Moya2005-01-291-0/+21 * Fixes #71485JP Rosevear2005-01-271-0/+13 * objects returned from e_cal_get_objects_for_uid are ECalComponent's, soRodrigo Moya2005-01-261-0/+6 * use full name for the weekday checkbox.Li Yuan2005-01-261-0/+8 * make sure we free the user listJP Rosevear2005-01-261-0/+5 * add a11y name to task table.Li Yuan2005-01-251-0/+5 * if there are detached instances, disable recurrence date widgets.Rodrigo Moya2005-01-241-0/+5 * Fixes #46404JP Rosevear2005-01-221-0/+18 * use receive_objects method instead of individually updating objects. SetRodrigo Moya2005-01-201-2/+3 * use receive_objects method instead of individually updating objects.Rodrigo Moya2005-01-191-0/+5 * Added bug numberRodrigo Moya2005-01-191-0/+2 * killed warnings. (e_week_view_start_editing_event): do nothing if theRodrigo Moya2005-01-191-0/+8 * handle error conditions more gracefully.Harish Krishnaswamy2005-01-181-0/+6 * use libedataserver's e-url.Rodrigo Moya2005-01-171-0/+10 * Changed the title for the free/busy publishing settings dialog toNat Friedman2005-01-171-0/+6 * removed the e_day_view_... prefix in warning messages.Rodrigo Moya2005-01-171-0/+5 * fixed a kludge.Harish Krishnaswamy2005-01-171-0/+5 * Fixes #65820JP Rosevear2005-01-131-0/+6 * set last_Edited_comp_string to NULL, not test it for null.Not Zed2005-01-121-0/+5 * Reverted the previous fix to offset the hyphen whileHarish Krishnaswamy2005-01-121-0/+6 * remove the temporary object from the view when stopping editing.Rodrigo Moya2005-01-111-0/+7 * offset the file name to account for the 'hyphen'.Harish Krishnaswamy2005-01-111-0/+6 * Missed to commit this file before.Chenthill Palanisamy2005-01-101-0/+6 * Modified cal-attachment-bar to allow the path to the local attachmentHarish Krishnaswamy2005-01-101-0/+14 * handle calendar:// urisJP Rosevear2005-01-101-0/+5 * clear the attendees, somehow I remove this in an earlier commitJP Rosevear2005-01-081-0/+5 * put a name to the 'Send options' frame.Rodrigo Moya2005-01-081-0/+17 * initial import of ECalEvent targetsDavid Trowbridge2005-01-071-0/+6 * install schemas properlyJP Rosevear2005-01-071-0/+4 * Commiting send optionsChenthill Palanisamy2005-01-061-0/+26 * added a new argument to pass the calendar client, since it might happen toRodrigo Moya2005-01-051-0/+13 * use the new e-categories API in e-d-s.Rodrigo Moya2005-01-051-0/+5 * search our internal data for the correct event.Rodrigo Moya2005-01-051-0/+5 * add a11y name to calendar sidebar selector. add a11y name to task sidebarHarry Lu2005-01-041-0/+7 * Fixes #69663JP Rosevear2005-01-041-0/+7 * redo the queries after emitting the 'time_range_changed' signal, since nowRodrigo Moya2005-01-031-0/+18 * add necessary includeJP Rosevear2005-01-011-0/+20 * removed superfluous if check. (e_cal_view_objects_modified_cb): add allRodrigo Moya2004-12-271-0/+4 * set fields we free to NULL.Rodrigo Moya2004-12-271-0/+6 * typo correctionHarish Krishnaswamy2004-12-241-1/+1 * Check for the existence of the meet/sched pages before attempting toHarish Krishnaswamy2004-12-241-0/+5 * Merging offline brnach with HEADSivaiah Nallagatla2004-12-241-0/+11 * get instance times using the correct timezone. (redo_queries): emitRodrigo Moya2004-12-231-0/+10 * Correct bad include.Hans Petter Jansson2004-12-231-0/+8 * Unref the name selector. (e_contact_list_editor_save_contact): Fix aHans Petter Jansson2004-12-231-0/+43 * prevent compare against null default_fb_uri and fix thinkoJP Rosevear2004-12-231-0/+5 * Change copyright from ximian to novellJP Rosevear2004-12-221-0/+4 * svn path=/trunk/; revision=28177Not Zed2004-12-221-0/+16 * Fixes #61077JP Rosevear2004-12-221-0/+8 * Fixes #61076JP Rosevear2004-12-221-0/+10 * Fixes #41624JP Rosevear2004-12-221-0/+7 * no need to convert times now. (add_instance_cb): no need to convert here.Rodrigo Moya2004-12-221-0/+5 * Merge from recurrences-work-branchRodrigo Moya2004-12-221-1/+55 * Add schema for Free/Busy template uri.James Bowes2004-12-181-0/+38 * Add callback function for doing ngettext on the "minutes" labelRodney Dawes2004-12-181-0/+9 * Correct some white space ugliness in the previous commit.Harish Krishnaswamy2004-12-141-0/+5 * +2004-12-10 Vivek Jain <jvivek@novell.com>Jain Vivek2004-12-131-0/+5 * keep a local copy of the ECal.Rodrigo Moya2004-12-091-0/+5 * addressbook/gui/component/addressbook-migrate.cHans Petter Jansson2004-12-091-0/+8 * update the query so currently held events can be cleared off.Harish Krishnaswamy2004-12-081-0/+5 * include plugin headers to fix 64 bit problems.David Mosberger2004-12-081-0/+4 * Fixes #67403Rodrigo Moya2004-12-061-0/+12 * add libeabutil, since we use e-destination.Not Zed2004-12-031-0/+5 * Add a boolean variable to denote assigned task and construct the meetingChenthill Palanisamy2004-12-021-0/+28 * Free the string day_view->last_edited_comp_string before changingChenthill Palanisamy2004-12-021-0/+8 * committed this file. Missed to commit this one.Chenthill Palanisamy2004-11-291-0/+4 * Moved the call for the warning dialog (send_component_prompt_subject)Chenthill Palanisamy2004-11-291-0/+6 * dittoJP Rosevear2004-11-261-0/+7 * prevent crash if there is no descriptionJP Rosevear2004-11-261-0/+5 * Evo UI Hackfest : harishHarish Krishnaswamy2004-11-251-0/+15 * removed the call for comp_editor_show_page, so that the event page showsChenthill Palanisamy2004-11-251-0/+7 * Added two error ids to display use it when the meeting is created withoutChenthill Palanisamy2004-11-251-0/+10 * Add gtkimage.h to includes, and remove gtkhtml headers Add and remove someRodney Dawes2004-11-231-0/+31 * Don't try to convert the results of timet_to_str_with_zone to UTF-8, sinceRodney Dawes2004-11-091-0/+8 * expand the horizontal box so that it fills all available space.Rodrigo Moya2004-11-041-0/+6 * added EConfig subclass for calendars initialize plugin hooks on componentDavid Trowbridge2004-11-041-0/+7 * Fixes #6767Li Yuan2004-11-041-0/+16 * make sure the day view times redraw themselves if we switch 24/12 hourJP Rosevear2004-11-031-0/+5 * Fixes #68707JP Rosevear2004-11-031-0/+7 * added hook doco.Not Zed2004-10-281-0/+7 * don't expand recurrences for the list view.Rodrigo Moya2004-10-281-1/+6 * Add status bits to denote if the calendar source is available offline soHarish Krishnaswamy2004-10-221-0/+7 * use the new source selector dialog in libedataserverui.Rodrigo Moya2004-10-221-0/+5 * put an icon on the properties menu itemJP Rosevear2004-10-211-0/+9 * correct classidJP Rosevear2004-10-201-0/+4 * convert to org.gnome hook namesJP Rosevear2004-10-201-0/+7 * Use e_cal_component_has_attendees to test if it is a meeting. By default,Harish Krishnaswamy2004-10-201-0/+11 * listen to the canvas for focus events (setup_widgets): listen for listenJP Rosevear2004-10-191-0/+10 * gui/comp-editor-factory.c (edit_existing),Harish Krishnaswamy2004-10-191-0/+19 * dont access a NULL client.Not Zed2004-10-181-0/+26 * remove useless ifdef'd out statement (its been unused for 3+ years)JP Rosevear2004-10-161-0/+5 * remove prototypeJP Rosevear2004-10-161-0/+6 * convert to G_DEFINE_TYPEJP Rosevear2004-10-141-0/+20 * convert to G_DEFINE_TYPEJP Rosevear2004-10-141-0/+12 * convert to G_DEFINE_TYPEJP Rosevear2004-10-141-0/+18 * convert to G_DEFINE_TYPEJP Rosevear2004-10-141-0/+10 * convert to G_DEFINE_TYPEJP Rosevear2004-10-141-0/+12 * convert to G_DEFINE_TYPEJP Rosevear2004-10-141-1/+13 * conver to G_DEFINE_TYPEJP Rosevear2004-10-141-0/+21 * dittoJP Rosevear2004-10-141-0/+28 * If main_canvas has focus, do not grub it. Emit the selected_time_changedLi Yuan2004-10-131-0/+7 * convert menu to epopup.Not Zed2004-10-121-0/+5 * removed. (e_calendar_table_show_popup_menu): convert to use e-popup forNot Zed2004-10-121-0/+23 * When the start year and the end year are the same, the num should beLi Yuan2004-10-121-0/+44 * convert to epopup. (add_popup_menu_item): removed, now redundant.Not Zed2004-10-121-1/+7 * Fixes #45951Rodrigo Moya2004-10-121-0/+12 * remove useless includeJP Rosevear2004-10-081-0/+6 * guard config.hJP Rosevear2004-10-081-0/+16 * guard config.h include, kill warning and remove useless includeJP Rosevear2004-10-081-0/+5 * Fixes #65932Rodrigo Moya2004-10-071-0/+12 * rename to view_popup_factory. Make it build an epopup item list directly.Not Zed2004-10-071-0/+34 * Revert fix for #60551Rodrigo Moya2004-10-071-0/+7 * Fixes #48116Iván Frade2004-10-071-0/+7 * cast warning away. (create_component_view): connect to popup_event ratherNot Zed2004-10-061-0/+33 * Fixes #64683Rodrigo Moya2004-09-301-0/+8 * ** See bug #66736.Not Zed2004-09-291-0/+7 * Fixes #61766JP Rosevear2004-09-281-0/+16 * Fixes #65599Rodrigo Moya2004-09-271-0/+9 * Fixes #66344JP Rosevear2004-09-241-0/+12 * Fixes #63513 Now the myaddress can be set to ecal address since ok will beChenthill Palanisamy2004-09-241-0/+7 * dittoJP Rosevear2004-09-231-0/+7 * Fixes #60904JP Rosevear2004-09-221-1/+13 * Fixes #66158JP Rosevear2004-09-221-0/+7 * Fixes #59194JP Rosevear2004-09-221-0/+7 * Fixes #65682 check the static capability before booking the deletion.Chenthill Palanisamy2004-09-211-0/+7 * Fixes #55172JP Rosevear2004-09-201-0/+8 * Fixes #66174Tony Tsui2004-09-201-0/+6 * Fixes bug #65051Hannah & Fazlu2004-09-201-0/+7 * Fixes #62374Rodrigo Moya2004-09-171-1/+15 * Fixes #65454JP Rosevear2004-09-101-0/+12 * Fixes #62728JP Rosevear2004-09-091-0/+7 * Check the static capability to enable or disable the assign tasks in theChenthill Palanisamy2004-09-051-0/+12 * Fixes #62392Rodrigo Moya2004-09-041-0/+8 * include missing string.h, to avoid problems in 64 bit builds.Rodrigo Moya2004-09-021-0/+5 * constify the strings to remove a warning.Not Zed2004-08-301-0/+11 * get the active state (insert_rsvp): set inital rsvp stateJP Rosevear2004-08-281-0/+8 * use the new 'has-alarms-in-range' query. (alarm_queue_add_client): makeRodrigo Moya2004-08-281-0/+6 * Fixes #62911, #54101JP Rosevear2004-08-281-1/+42 * update protoJP Rosevear2004-08-271-0/+14 * Don't mark component menu accels for translation.Christian Neumair2004-08-271-0/+5 * prepare the local record correctly, should fix copy to/from problems whenJP Rosevear2004-08-261-0/+7 * Don't call gtk_dialog_set_has_separator on Gtk Message DialogFrédéric Crozat2004-08-251-0/+6 * Reset the Status Bar message to NUll, if the status of the Calendar isChenthill Palanisamy2004-08-251-0/+6 * Fixes #58824Rodrigo Moya2004-08-251-2/+13 * Make the description scrolled window scroll policy "automatic" rather thanJeffrey Stedfast2004-08-241-13/+19 * initialize the mutext needed to prevent concurrect accessSivaiah Nallagatla2004-08-181-0/+13 * Fixes #62706JP Rosevear2004-08-171-0/+7 * change the prototype of alarm_notify_add_calendar to take Esource insteadSivaiah Nallagatla2004-08-161-0/+12 * initialize priv->default_lcient (default_client_cal_opened_cb) : unrefSivaiah Nallagatla2004-08-161-0/+11 * make the button say Add Task List instead of Add Group (matches menu item)JP Rosevear2004-08-131-0/+5 * added the property "use_filechooser" to the GnomeFileEntryCarlos Garnacho Parro2004-08-131-0/+5 * epasswords api change.Not Zed2004-08-121-0/+5 * Fixes #61555JP Rosevear2004-08-111-0/+9 * guard against re-running the same query.Rodrigo Moya2004-08-111-0/+5 * disconnect from signals also when using only the system tray. Fixes aRodrigo Moya2004-08-101-0/+6 * re-added 'Make this occurrence movable' menu item, gone by mistake.Rodrigo Moya2004-08-101-18/+24 * Fixes #62452JP Rosevear2004-08-091-0/+12 * Fixes #62021JP Rosevear2004-08-081-0/+16 * Fix for bug #61673. The function takes two arguments now, instead of one.Parthasarathi S A2004-08-061-0/+15 * Fixes #62030Rodrigo Moya2004-08-061-4/+19 * clean up all the default clients (default_client_cal_opened_cb): changeJP Rosevear2004-08-051-0/+19 * kill warning by checking if there is a default client first (can happenJP Rosevear2004-08-051-0/+6 * Fixes #62363JP Rosevear2004-08-051-0/+7 * Handle decline request by using update_item rather than remove_item, soHarish Krishnaswamy2004-08-041-0/+7 * get source list and source (todoconduit_dupe_configuration): copy sourceJP Rosevear2004-08-031-0/+17 * Fixes #57622Rodrigo Moya2004-08-021-0/+31 * creating new items no longer needs to be disabled since the user canJP Rosevear2004-08-011-0/+6 * use Invitations not Meetings (event_editor_edit_comp): dittoJP Rosevear2004-08-011-0/+6 * guard with is_instance instead of has_recurrences because most of theJP Rosevear2004-08-011-0/+14 * Handle E_CALENDAR_STATUS_BUSY conditions and do notHarish Krishnaswamy2004-07-301-0/+10 * hide dialog items that don't apply when editing properties.Larry Ewing2004-07-301-0/+7 * Fixes #62006JP Rosevear2004-07-291-0/+7 * Fixes #61058JP Rosevear2004-07-271-0/+14 * Fix mnemonic for "Location" to not be duplicated with "OK"Rodney Dawes2004-07-271-0/+15 * set a different title if we are editing; de-sensitize option menu if weJP Rosevear2004-07-261-0/+16 * Fixes #59983 If the ecal component is already loaded, check for thepchenthill2004-07-261-1/+8 * Fixes #61571JP Rosevear2004-07-241-1443/+9 * Fixes #61760JP Rosevear2004-07-241-1/+8 * Retracting the commit made below for #59983 as it has results in crashpchenthill2004-07-231-0/+5