From 79154e4ac8759f24656fe55253b25d1c84834337 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 9 Oct 2000 12:57:36 +0000 Subject: New widget, full search dialogue for mail. 2000-10-06 Not Zed * mail-search-dialogue.c: New widget, full search dialogue for mail. * folder-browser.c (search_set): If we click on custom search, run the full search dialogue. (folder_browser_gui_init): Add a button to perform a full search. (search_full): Bring up the mail search dialogue asynchronously. (search_full_clicked): Handle search options. (folder_browser_destroy): Free the saved rule if there is one there. (search_options[]): Added a custom option option - brings up the full search dialogue. (search_set): Disable the search entry if we are doing a full search. * mail-vfolder.c (vfolder_create_storage): Yay, finally depeterised this stuff. (vfolder_uri_to_folder): Removed an irrelevant comment. * mail-callbacks.c (filter_edit): And here. * mail-ops.c (do_fetch_mail): And here too. * mail-autofilter.c (filter_gui_add_from_message): Fixed call to context_load. (filter_gui_add_for_mailing_list): And here too. * folder-browser-factory.c (create_ondemand_hooks): Remove that ondemand callback snot. 2000-10-05 Not Zed * message-list.c (message_list_init_etable): Build the etable once we know what folder we are going to use. (save_header_state): Save the header spec to a cache file. (message_list_destroy): Save the header spec. (message_list_setup_etable): Setup the etable spec for this folder, from a saved version if one exists, or to suit the folder type (sent/received). (message_list_set_folder): Setup the etable here once we have a folder. svn path=/trunk/; revision=5798 --- mail/mail-format.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mail/mail-format.c') diff --git a/mail/mail-format.c b/mail/mail-format.c index 5d7cb1f695..8d690a1c84 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -599,9 +599,8 @@ write_headers (CamelMimeMessage *message, MailDisplay *md) md->html, md->stream); g_free (string); - recipients = camel_mime_message_get_recipients ( - message, CAMEL_RECIPIENT_TYPE_CC); - string = camel_address_encode (CAMEL_ADDRESS (recipients)); + recipients = camel_mime_message_get_recipients(message, CAMEL_RECIPIENT_TYPE_CC); + string = camel_address_encode(CAMEL_ADDRESS(recipients)); if (string) { write_field_to_stream ("Cc:", string, TRUE, md->html, md->stream); -- cgit v1.2.3