(gnus-summary-cancel-article): Find the correct post-method.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Sun, 17 Feb 2002 02:16:45 +0000 (02:16 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Sun, 17 Feb 2002 02:16:45 +0000 (02:16 +0000)
lisp/ChangeLog
lisp/gnus-msg.el

index 2d9f7d4..9979fc8 100644 (file)
@@ -2,6 +2,7 @@
 
        * gnus-msg.el (gnus-discouraged-post-methods): New variable.
        (gnus-post-method): Use it.
+       (gnus-summary-cancel-article): Find the correct post-method.
 
        * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
        * message.el (message-send-news): Ditto.
index 368b11c..98b94e4 100644 (file)
@@ -672,7 +672,7 @@ post using the current select method."
   (let ((articles (gnus-summary-work-articles n))
        (message-post-method
         `(lambda (arg)
-           (gnus-post-method (not (eq symp 'a)) ,gnus-newsgroup-name)))
+           (gnus-post-method (eq ,symp 'a) ,gnus-newsgroup-name)))
        article)
     (while (setq article (pop articles))
       (when (gnus-summary-select-article t nil nil article)