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

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

bug#52274: Gnus gcc header tokenization ignores space breaks multiple fo


From: Mats Lidell
Subject: bug#52274: Gnus gcc header tokenization ignores space breaks multiple folder archive setup
Date: Sat, 04 Dec 2021 23:34:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

> Lars Ingebrigtsen writes:
> I've now changed gnus-inews-insert-gcc on master to insert a comma
> between groups, so I think that should fix the problem.  Can you check?

It does not quite fix it since the comma was inserted together with a space. 
The tokenizer leaves the leading space on the second folder. Which in my case 
makes the server method be " nnimap" which gnus-check-server does not 
understand.

(message-tokenize-header "folder1, folder2" ",\n\t") => ("folder1" " folder2")

%% Mats
PS. Curious, what was the problem with having space as separator? DS.





reply via email to

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