talons

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

commit 89149776cbb8bbc3ef50158f2f430085098ebb23
parent b98b675370f912d10ea0b1c344e636232887d74b
Author: wwp <subscript@free.fr>
Date:   Tue, 16 Feb 2021 21:16:22 +0100

Fix bug #2411: quicksearch_history content partially written to stdout

Diffstat:
Msrc/matcher_parser_lex.l | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/matcher_parser_lex.l b/src/matcher_parser_lex.l @@ -127,4 +127,5 @@ account { enabled { return MATCHER_ENABLED; } +. { /* silently eat unmatched input at lexer level */ } %%