diff options
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> |