aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-tag-followup.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/message-tag-followup.c')
-rw-r--r--mail/message-tag-followup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/message-tag-followup.c b/mail/message-tag-followup.c
index 93f037eb82..a5f2a967db 100644
--- a/mail/message-tag-followup.c
+++ b/mail/message-tag-followup.c
@@ -312,7 +312,6 @@ construct (MessageTagEditor *editor)
renderer, "text", 1, NULL);
followup->combo = GTK_COMBO (glade_xml_get_widget (gui, "combo"));
- gtk_combo_set_case_sensitive (followup->combo, FALSE);
strings = NULL;
for (i = 0; i < num_available_flags; i++)
strings = g_list_append (strings, (char *) _(available_flags[i]));