diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/mail-config.glade | 18 |
2 files changed, 5 insertions, 18 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a9ff918e9e..076993c3d9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2003-05-21 Larry Ewing <lewing@ximian.com> + + * mail-config.glade: remove link hilighting option that isn't + attached to anything. + 2003-05-20 Larry Ewing <lewing@ximian.com> * mail-display.c: filter notification events to keep the redisplay diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 384c817a11..42feea9f6e 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -3918,24 +3918,6 @@ For example: "Work" or "Personal"</property> </child> <child> - <widget class="GtkCheckButton" id="chkAutoDetectLinks"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="label" translatable="yes">Automatically _detect links</property> - <property name="use_underline">True</property> - <property name="relief">GTK_RELIEF_NORMAL</property> - <property name="active">False</property> - <property name="inconsistent">False</property> - <property name="draw_indicator">True</property> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">False</property> - <property name="fill">False</property> - </packing> - </child> - - <child> <widget class="GtkCheckButton" id="chkPromptWantHTML"> <property name="visible">True</property> <property name="can_focus">True</property> |