When respooling to the same method, this would bug out.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 21 Sep 2010 16:00:14 +0000 (18:00 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 21 Sep 2010 16:00:14 +0000 (18:00 +0200)
lisp/ChangeLog
lisp/gnus-sum.el

index d505d5e..9975f91 100644 (file)
@@ -1,5 +1,8 @@
 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-sum.el (gnus-summary-move-article): When respooling to the same
+       method, this would bug out.
+
        * gnus-group.el (gnus-group-expunge-group): Renamed from
        gnus-group-nnimap-expunge, and implemented as a normal interface
        function.
index d0c50c8..9be6667 100644 (file)
@@ -9692,7 +9692,8 @@ ACTION can be either `move' (the default), `crosspost' or `copy'."
                  (not articles) t)     ; Accept form
            (not articles)              ; Only save nov last time
            (and move-is-internal
-                (gnus-group-real-name to-newsgroup))))) ; is this move internal?
+                to-newsgroup           ; Not respooling
+                (gnus-group-real-name to-newsgroup))))) ; Is this move internal?
        ;; Copy the article.
        ((eq action 'copy)
         (with-current-buffer copy-buf