[gnus git] branch no-gnus updated: m0-1-18-g934635c =1= Handle being given a prefix when forwarding as documented
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 934635c6adabee85fe22f31c8b67e5f560f41f55 (commit)
from 9d7d982ada74e9dbebb9ab8ae96b438f20479b1f (commit)
- Log -----------------------------------------------------------------
commit 934635c6adabee85fe22f31c8b67e5f560f41f55
Author: Lars Ingebrigtsen <[email protected]>
Date: Thu Feb 2 11:22:52 2012 +0100
Handle being given a prefix when forwarding as documented
* gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
not the prefix, as documented (bug#10689).
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d83f410..85b1db5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-02 Lars Ingebrigtsen <[email protected]>
+
+ * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
+ not the prefix, as documented (bug#10689).
+
2012-02-01 Lars Ingebrigtsen <[email protected]>
* gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index c825c42..cb5460f 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -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))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/gnus-msg.el | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, no-gnus has been updated
hooks/post-receive
--
Gnus Project