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

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

bug#29749: 27.0.50; Fix header value extraction in Gnus registry


From: Ted Zlatanov
Subject: bug#29749: 27.0.50; Fix header value extraction in Gnus registry
Date: Sun, 17 Dec 2017 19:35:45 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

On Sat, 16 Dec 2017 17:35:27 -0800 Eric Abrahamsen <eric@ericabrahamsen.net> 
wrote: 

EA> The Gnus registry extracts some header values from messages using
EA> `gnus-registry-fetch-header-fast'. There are two problems with this:

EA> 1. It is called with its arguments reversed which (by luck) causes it to
EA> always return nil.

EA> 2. If it were called correctly it would raise an error, as it tries to
EA> use `assq' to find a string key in a vector. Maybe `gnus-data-header'
EA> used to return a different value, but so far as I can tell this hasn't
EA> worked for quite some time.

EA> It's a bug, but it's one that hasn't done much harm for a while, so I'm
EA> proposing this for master.

Thank you so much for patching that. I'm happy with your fix.

Ted





reply via email to

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