From 5e8408334c61e36b20ed256bba5bbd627e626e8b Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 26 Jun 2000 11:45:36 +0000 Subject: [PATCH] Sync. --- lisp/ChangeLog | 12 ++++++++++++ lisp/nnimap.el | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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) -- 1.7.10.4