talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit b0775d48abc7212c7aa6c5a52da5bb2c24b83720
parent 5d259b6d5ab23c532be6160d151b6fb5e3bf510b
Author: wwp <subscript@free.fr>
Date:   Thu, 21 Sep 2023 15:08:29 +0200

remove support for the 'y S' quicksearch expression (one may now use 'v X-Label S')

Diffstat:
Msrc/advsearch.c | 1-
Msrc/gtk/quicksearch.c | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/advsearch.c b/src/advsearch.c @@ -245,7 +245,6 @@ gchar *advsearch_expand_search_string(const gchar *search_string) { "U", "unread", 0, FALSE, FALSE }, { "x", "references", 1, TRUE, TRUE }, { "X", "test", 1, FALSE, FALSE }, - { "y", "header \"X-Label\"", 1, TRUE, TRUE }, { "v", "header", 2, TRUE, TRUE }, { "&", "&", 0, FALSE, FALSE }, { "|", "|", 0, FALSE, FALSE }, diff --git a/src/gtk/quicksearch.c b/src/gtk/quicksearch.c @@ -450,7 +450,6 @@ static gchar *search_descr_strings[] = { "v H V", N_("messages which contain V in header H"), "x S", N_("messages which contain S in References header"), "X \"cmd args\"", N_("messages returning 0 when passed to command - %F is message file"), - "y S", N_("messages which contain S in X-Label header"), "", "" , "&amp;", N_("logical AND operator"), "|", N_("logical OR operator"),