Usage hint on header filtering
authorRicardo Mones <ricardo@mones.org>
Tue, 29 Oct 2019 10:05:21 +0000 (11:05 +0100)
committerRicardo Mones <ricardo@mones.org>
Tue, 29 Oct 2019 10:05:21 +0000 (11:05 +0100)
src/prefs_matcher.c

index 830df350cca93a657f101d96c5c95a4645cf1511..2c377bcc17feac64cb786e03537ba003d78422e5 100644 (file)
@@ -671,7 +671,10 @@ static void prefs_matcher_create(void)
        gtk_widget_set_size_request(headers_combo, 100, -1);
        gtk_box_pack_start(GTK_BOX(upper_hbox), headers_combo, TRUE, TRUE, 0);
        header_entry = gtk_bin_get_child(GTK_BIN((headers_combo)));
        gtk_widget_set_size_request(headers_combo, 100, -1);
        gtk_box_pack_start(GTK_BOX(upper_hbox), headers_combo, TRUE, TRUE, 0);
        header_entry = gtk_bin_get_child(GTK_BIN((headers_combo)));
-       
+       CLAWS_SET_TIP(header_entry, _("Use button on the left to select the "
+               "header name. Type the name of the header if not available in "
+               "the list."));
+
        criteria_combo2 = gtkut_sc_combobox_create(NULL, TRUE);
        prefs_matcher_set_model(criteria_combo2, matcher.model_phrase);
        gtk_box_pack_start(GTK_BOX(upper_hbox), criteria_combo2, TRUE, TRUE, 0);
        criteria_combo2 = gtkut_sc_combobox_create(NULL, TRUE);
        prefs_matcher_set_model(criteria_combo2, matcher.model_phrase);
        gtk_box_pack_start(GTK_BOX(upper_hbox), criteria_combo2, TRUE, TRUE, 0);