diff options
author | 1 <NotZed@Ximian.com> | 2001-10-12 06:09:43 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-12 06:09:43 +0800 |
commit | f35bfdac73e1e48378dfb7afa7928a100a51e707 (patch) | |
tree | 8ed041f4a810cdde54f888148807425243e8183d /mail/local-config.glade | |
parent | a5fa3f992dd32fdf99bfcf550a8ce62df2b74d13 (diff) | |
download | gsoc2013-evolution-f35bfdac73e1e48378dfb7afa7928a100a51e707.tar gsoc2013-evolution-f35bfdac73e1e48378dfb7afa7928a100a51e707.tar.gz gsoc2013-evolution-f35bfdac73e1e48378dfb7afa7928a100a51e707.tar.bz2 gsoc2013-evolution-f35bfdac73e1e48378dfb7afa7928a100a51e707.tar.lz gsoc2013-evolution-f35bfdac73e1e48378dfb7afa7928a100a51e707.tar.xz gsoc2013-evolution-f35bfdac73e1e48378dfb7afa7928a100a51e707.tar.zst gsoc2013-evolution-f35bfdac73e1e48378dfb7afa7928a100a51e707.zip |
Added a checkbox for body indexing.
2001-10-11 <NotZed@Ximian.com>
* local-config.glade: Added a checkbox for body indexing.
* mail-local.c (mail_local_reconfigure_folder): Get index_body
widget.
(mail_local_folder_reconfigure): Add an 'index_body' argument &
implement. Dont do anything if nothing changed.
* openpgp-utils.c (openpgp_verify): Use e_iconv_open.
svn path=/trunk/; revision=13603
Diffstat (limited to 'mail/local-config.glade')
-rw-r--r-- | mail/local-config.glade | 51 |
1 files changed, 50 insertions, 1 deletions
diff --git a/mail/local-config.glade b/mail/local-config.glade index 7a2dbc2862..291c25c1cc 100644 --- a/mail/local-config.glade +++ b/mail/local-config.glade @@ -86,7 +86,7 @@ <class>GtkTable</class> <name>table1</name> <border_width>2</border_width> - <rows>2</rows> + <rows>3</rows> <columns>2</columns> <homogeneous>False</homogeneous> <row_spacing>0</row_spacing> @@ -194,6 +194,55 @@ mh <yfill>False</yfill> </child> </widget> + + <widget> + <class>GtkLabel</class> + <name>label5</name> + <label>Indexing:</label> + <justify>GTK_JUSTIFY_CENTER</justify> + <wrap>False</wrap> + <xalign>1</xalign> + <yalign>0.5</yalign> + <xpad>0</xpad> + <ypad>0</ypad> + <child> + <left_attach>0</left_attach> + <right_attach>1</right_attach> + <top_attach>2</top_attach> + <bottom_attach>3</bottom_attach> + <xpad>0</xpad> + <ypad>0</ypad> + <xexpand>False</xexpand> + <yexpand>False</yexpand> + <xshrink>False</xshrink> + <yshrink>False</yshrink> + <xfill>True</xfill> + <yfill>False</yfill> + </child> + </widget> + + <widget> + <class>GtkCheckButton</class> + <name>check_index_body</name> + <can_focus>True</can_focus> + <label>Body contents</label> + <active>False</active> + <draw_indicator>True</draw_indicator> + <child> + <left_attach>1</left_attach> + <right_attach>2</right_attach> + <top_attach>2</top_attach> + <bottom_attach>3</bottom_attach> + <xpad>0</xpad> + <ypad>0</ypad> + <xexpand>False</xexpand> + <yexpand>False</yexpand> + <xshrink>False</xshrink> + <yshrink>False</yshrink> + <xfill>True</xfill> + <yfill>False</yfill> + </child> + </widget> </widget> </widget> |