]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus-msg.el (gnus-summary-mail-forward): Respect the process marks, not the prefix...
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 2 Feb 2012 10:38:16 +0000 (10:38 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 2 Feb 2012 10:38:16 +0000 (10:38 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-msg.el

index f8b060f574bfe907be25c3623991a139d4a30be4..b53fccb649ce24116e25517b343fc990c4a93596 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
+       not the prefix, as documented (bug#10689).
+
 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
index c825c4251bbaf0e2e99b305ffbe964ea6ed65bfe..cb5460f3ecfeb0d330cb8a0c336679fc8da881a5 100644 (file)
@@ -1230,7 +1230,7 @@ For the \"inline\" alternatives, also see the variable
   (interactive "P")
   (if (cdr (gnus-summary-work-articles nil))
       ;; Process marks are given.
-      (gnus-uu-digest-mail-forward arg post)
+      (gnus-uu-digest-mail-forward nil post)
     ;; No process marks.
     (let ((message-forward-as-mime message-forward-as-mime)
          (message-forward-show-mml message-forward-show-mml))