Fix problem with folded Gcc headers in Gnus
* lisp/gnus/gnus-msg.el (gnus-inews-do-gcc): Tokenize the gcc header properly (there may be newlines and tabs in the separators) (bug#43036).
This commit is contained in:
parent
6d10b607d0
commit
7445560d0c
1 changed files with 1 additions and 1 deletions
|
@ -1598,7 +1598,7 @@ this is a reply."
|
|||
(message-remove-header "gcc")
|
||||
(widen)
|
||||
(setq groups (message-unquote-tokens
|
||||
(message-tokenize-header gcc " ,")))
|
||||
(message-tokenize-header gcc " ,\n\t")))
|
||||
;; Copy the article over to some group(s).
|
||||
(while (setq group (pop groups))
|
||||
(setq method (gnus-inews-group-method group)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue