[Commits] [SCM] claws branch, master, updated. 3.17.4-50-g868447a63
mones at claws-mail.org
mones at claws-mail.org
Tue Oct 29 10:05:58 CET 2019
The branch, master has been updated
via 868447a63ccd8103d673e516a781ecdf34a77491 (commit)
from 6ef34d399de9501dbd09a245b88fa3636ead434a (commit)
Summary of changes:
src/prefs_matcher.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 868447a63ccd8103d673e516a781ecdf34a77491
Author: Ricardo Mones <ricardo at mones.org>
Date: Tue Oct 29 11:05:21 2019 +0100
Usage hint on header filtering
diff --git a/src/prefs_matcher.c b/src/prefs_matcher.c
index 830df350c..2c377bcc1 100644
--- a/src/prefs_matcher.c
+++ b/src/prefs_matcher.c
@@ -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)));
-
+ 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);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list