diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-24 08:53:24 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-24 08:53:24 +0800 |
commit | fc59208aa9f8ec8fc95982773064f4030388971a (patch) | |
tree | 6747aafb8ab17a0b928f363fd61bd87d50eca569 /mail/mail-config.glade | |
parent | dc4f47979dcb1ad8256c3077dcc574451dfde78f (diff) | |
download | gsoc2013-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-config.glade')
-rw-r--r-- | mail/mail-config.glade | 46 |
1 files changed, 44 insertions, 2 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 47368419f6..d655b9d88b 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -2447,7 +2447,7 @@ Kerberos <class>GtkCheckButton</class> <name>checkMarkTimeout</name> <can_focus>True</can_focus> - <label>Mark messages as "Read" after</label> + <label>Mark messages as Read after</label> <active>False</active> <draw_indicator>True</draw_indicator> <child> @@ -2612,7 +2612,7 @@ Kerberos <widget> <class>GtkLabel</class> <name>label39</name> - <label>Default "Forward" style is: </label> + <label>Default Forward style is: </label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> <xalign>0.5</xalign> @@ -2802,6 +2802,48 @@ Quoted <fill>False</fill> </child> </widget> + + <widget> + <class>GtkCheckButton</class> + <name>chkPromptBccOnly</name> + <can_focus>True</can_focus> + <label>Prompt when sending messages with only Bcc recipients defined</label> + <active>True</active> + <draw_indicator>True</draw_indicator> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkCheckButton</class> + <name>chkThreadedList</name> + <can_focus>True</can_focus> + <label>Message list should display in a threaded fasion by default</label> + <active>False</active> + <draw_indicator>True</draw_indicator> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkCheckButton</class> + <name>chkShowPreview</name> + <can_focus>True</can_focus> + <label>Message preview should be displayed by default</label> + <active>True</active> + <draw_indicator>True</draw_indicator> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> </widget> <widget> |