2001-08-18 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Sat, 18 Aug 2001 08:33:20 +0000 (08:33 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 18 Aug 2001 08:33:20 +0000 (08:33 +0000)
* gnus-sum.el (gnus-summary-move-article): Use `add' instead of
`set' when setting marks.

lisp/ChangeLog
lisp/gnus-sum.el

index 2f7a4b7..3911d0f 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-18  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
+       `set' when setting marks.
+
 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus.el (gnus-info-find-node): Take an argument.
index 29080fa..c26a6da 100644 (file)
@@ -8084,7 +8084,7 @@ ACTION can be either `move' (the default), `crosspost' or `copy'."
                  (setq marks (cdr marks)))
 
                (gnus-request-set-mark to-group (list (list (list to-article)
-                                                           'set
+                                                           'add
                                                            to-marks))))
 
              (gnus-dribble-enter