From b9401bbdf43b51b3596498d12ba2d73e2cca1805 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 14 May 2001 17:18:03 +0000 Subject: Split "Other" page into three pages, Display, Composer, and PGP. Add HTML * mail-config.glade: Split "Other" page into three pages, Display, Composer, and PGP. Add HTML image stuff on the Display page and default forward style on the Composer page. * mail-config.c (mail_config_get_default_forward_style, mail_config_set_default_forward_style): User-specified default style for forwarding messages. (config_read, mail_config_write_on_exit): Deal with forward style. * mail-accounts.c: Handle HTML image display options and default forward style. * mail-callbacks.c (forward): New. Forward in the user-selected default style. (forward_inline, forward_quoted): Simplify these some. Remove the fallback to forward attached when forwarding multiple messages: it should just forward the multiple messages inline or quoted in those cases. (Which it doesn't yet, but that's a bug.) * folder-browser.c (context_menu): Remove "Forward inline" and make "Forward" call forward() rather than forward_attached(). * folder-browser-factory.c: Update command/menu/toolbar/pixmap gunk for the "MessageForwardAttached" vs "MessageForward" split. * mail-session.c (mail_session_get_type): * mail-format.c (format_mime_part): * mail-account-gui.c (setup_service): Fix warnings. svn path=/trunk/; revision=9792 --- mail/mail-config.glade | 187 ++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 170 insertions(+), 17 deletions(-) (limited to 'mail/mail-config.glade') diff --git a/mail/mail-config.glade b/mail/mail-config.glade index efd09518e4..9b78e05c33 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -1881,23 +1881,10 @@ Kerberos GtkVBox vbox38 + 4 False 4 - - GtkCheckButton - chkSendHTML - True - - False - True - - 0 - False - False - - - GtkHBox hbox42 @@ -1913,7 +1900,7 @@ Kerberos GtkCheckButton chckHighlightCitations True - + False True @@ -2024,6 +2011,172 @@ Kerberos + + GtkFrame + frame1 + + 0 + GTK_SHADOW_ETCHED_IN + + 0 + False + True + + + + GtkVBox + vbox65 + False + 0 + + + GtkRadioButton + radioImagesNever + True + + False + True + images + + 0 + False + False + + + + + GtkRadioButton + radioImagesSometimes + True + + True + True + images + + 0 + False + False + + + + + GtkRadioButton + radioImagesAlways + True + + False + True + images + + 0 + False + False + + + + + + + + GtkLabel + Notebook:tab + display_config_label + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + + + GtkVBox + vbox63 + 4 + False + 4 + + + GtkCheckButton + chkSendHTML + True + + False + True + + 0 + False + False + + + + + GtkHBox + hbox55 + False + 0 + + 0 + False + True + + + + GtkLabel + label39 + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + 0 + False + False + + + + + GtkOptionMenu + omenuForwardStyle + True + Attachment +Inline +Quoted + + 0 + + 0 + False + False + + + + + + + GtkLabel + Notebook:tab + composer_config_label + + GTK_JUSTIFY_CENTER + False + 0.5 + 0.5 + 0 + 0 + + + + GtkVBox + vbox64 + 4 + False + 4 + GtkHBox hbox41 @@ -2082,8 +2235,8 @@ Kerberos GtkLabel Notebook:tab - other_config_label - + pgp_config_label + GTK_JUSTIFY_CENTER False 0.5 -- cgit v1.2.3