bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49926: [PATCH] Fix NNIMAP search command in the gnus


From: Lars Ingebrigtsen
Subject: bug#49926: [PATCH] Fix NNIMAP search command in the gnus
Date: Sat, 06 Nov 2021 19:26:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> -        "(OR HEADER REFERENCES %S HEADER Message-Id %S)"
> +        "(OR HEADER REFERENCES \"%s\" HEADER Message-Id \"%s\")"
>          id id)))

This is not correct -- this would yield an incorrect syntax for IDs that
contain a " character.  I've now fixed this in emacs-28 by just removing
the text properties from `id' instead.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]