aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-search.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-24 08:53:24 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-24 08:53:24 +0800
commitfc59208aa9f8ec8fc95982773064f4030388971a (patch)
tree6747aafb8ab17a0b928f363fd61bd87d50eca569 /mail/mail-search.c
parentdc4f47979dcb1ad8256c3077dcc574451dfde78f (diff)
downloadgsoc2013-evolution-fc59208aa9f8ec8fc95982773064f4030388971a.tar
gsoc2013-evolution-fc59208aa9f8ec8fc95982773064f4030388971a.tar.gz
gsoc2013-evolution-fc59208aa9f8ec8fc95982773064f4030388971a.tar.bz2
gsoc2013-evolution-fc59208aa9f8ec8fc95982773064f4030388971a.tar.lz
gsoc2013-evolution-fc59208aa9f8ec8fc95982773064f4030388971a.tar.xz
gsoc2013-evolution-fc59208aa9f8ec8fc95982773064f4030388971a.tar.zst
gsoc2013-evolution-fc59208aa9f8ec8fc95982773064f4030388971a.zip
Fixed the "Read" to be Read in the glade file per menesis' request.
2001-07-23 Jeffrey Stedfast <fejj@ximian.com> * mail-config.glade: Fixed the "Read" to be Read in the glade file per menesis' request. * mail-accounts.c (construct): Give the dialog a Close button instead of an OK button. (prompt_bcc_only_toggled): New. (threaded_list_toggled): New. (show_preview_toggled): New. (construct): Add code for the bcc-only-prompt, threaded-list, and show-preview checkboxes. * mail-ops.c (transfer_messages_transfer): If the source and destination folders are the same, just mark the uids as undeleted (in case they were marked as deleted before). svn path=/trunk/; revision=11327
Diffstat (limited to 'mail/mail-search.c')
-rw-r--r--mail/mail-search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-search.c b/mail/mail-search.c
index 7cc7a13e52..c0f60496ad 100644
--- a/mail/mail-search.c
+++ b/mail/mail-search.c
@@ -164,7 +164,7 @@ static void
toggled_fwd_cb (GtkToggleButton *b, MailSearch *ms)
{
ms->search_forward = gtk_toggle_button_get_active (b);
- gtk_html_engine_search_set_forward (ms->mail->html, ms->search_forward);
+ /*gtk_html_engine_search_set_forward (ms->mail->html, ms->search_forward);*/
}
static void