Append handles properly.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 13 Oct 1999 16:56:41 +0000 (16:56 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 13 Oct 1999 16:56:41 +0000 (16:56 +0000)
lisp/ChangeLog
lisp/mm-view.el

index 1a56109..ed37e3e 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-13 12:52:18  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-view.el (mm-inline-message): Fix leaving group bug.
+
 1999-10-07 17:59:49  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-msg.el (gnus-post-method): Use normal method if current is
index 4d00c52..5b53685 100644 (file)
          (setq handles gnus-article-mime-handles))
        (when handles
          (setq gnus-article-mime-handles
-               (append gnus-article-mime-handles handles)))
+               (nconc gnus-article-mime-handles 
+                      (if (listp (car handles)) 
+                          handles (list handles)))))
        (mm-handle-set-undisplayer
         handle
         `(lambda ()