On Thu, Jul 25, 2019 at 12:55 PM Eli Zaretskii wrote: > > From: Pip Cet > > Date: Thu, 25 Jul 2019 11:51:16 +0000 > > Cc: Adam Plaice , 36773@debbugs.gnu.org > > > > > Perhaps url-store-in-cache should take a parameter to remove the > > > Content-Encoding header (i.e. "gzip")? It should really be up to the > > > program that uses url.el (i.e. shr) whether to cache the data or not... > > > > I misread what you wrote at first, but I like my misreading better: > > url-handle-content-transfer-encoding modifies the message, but not its > > headers. Why shouldn't it do both? > > Yes, I think it should. Because that's the root cause of the problem: > the data is uncompressed, but the headers still say it is compressed. Okay, I think it's likely we're going to require something similar for other headers, so I added an argument to mail-fetch-field to delete the fetched field's header line(s). Patches attached (the first should be unmodified). Appears to work here.