Sync.
authoryamaoka <yamaoka>
Mon, 26 Jun 2000 11:45:36 +0000 (11:45 +0000)
committeryamaoka <yamaoka>
Mon, 26 Jun 2000 11:45:36 +0000 (11:45 +0000)
lisp/ChangeLog
lisp/nnimap.el

index d57e805..20687ce 100644 (file)
@@ -1,3 +1,15 @@
+2000-06-26 11:18:57  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnimap.el (nnimap-request-post): Fix parenthesis.
+
+2000-06-26  Paul Stodghill <stodghil@CS.Cornell.EDU>
+
+       * 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  <jas@pdc.kth.se>
 
        * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el).
index 915fc98..6552707 100644 (file)
@@ -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)