From: yamaoka Date: Mon, 26 Jun 2000 11:45:36 +0000 (+0000) Subject: Sync. X-Git-Tag: t-gnus-6_14-quimby-before-AC-changed-~18 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5e8408334c61e36b20ed256bba5bbd627e626e8b;p=elisp%2Fgnus.git- Sync. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d57e805..20687ce 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2000-06-26 11:18:57 Katsumi Yamaoka + + * nnimap.el (nnimap-request-post): Fix parenthesis. + +2000-06-26 Paul Stodghill + + * message.el (message-unquote-tokens): New function. + + * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens. + + * nnimap.el (nnimap-request-post): Ditto. + 2000-06-21 Simon Josefsson * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el). diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 915fc98..6552707 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -746,7 +746,7 @@ function is generally only called when Gnus is shutting down." (let ((success t)) (dolist (mbx (message-unquote-tokens (message-tokenize-header - (message-fetch-field "Newsgroups") ", ") success)) + (message-fetch-field "Newsgroups") ", ")) success)) (let ((to-newsgroup (gnus-group-prefixed-name mbx gnus-command-method))) (or (gnus-active to-newsgroup) (gnus-activate-group to-newsgroup)