mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-924
This commit is contained in:
parent
c12ecb0af9
commit
4d8a28ecb8
7 changed files with 75 additions and 39 deletions
|
|
@ -1633,8 +1633,11 @@ this is a reply."
|
|||
(message-tokenize-header gcc " ,")))
|
||||
;; Copy the article over to some group(s).
|
||||
(while (setq group (pop groups))
|
||||
(unless (gnus-check-server
|
||||
(setq method (gnus-inews-group-method group)))
|
||||
(setq method (gnus-inews-group-method group)
|
||||
group (mm-encode-coding-string
|
||||
group
|
||||
(gnus-group-name-charset method group)))
|
||||
(unless (gnus-check-server method)
|
||||
(error "Can't open server %s" (if (stringp method) method
|
||||
(car method))))
|
||||
(unless (gnus-request-group group nil method)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue