[gnus git] branch master updated: m0-7-273-g0a8e484 =1= Don't discard parameters in digest groups when replying
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 0a8e4842c6797997b332078158501523f1233f7e (commit)
from 2e8d3dd2f4f16e50e5380f970f54b41d59ffbb72 (commit)
- Log -----------------------------------------------------------------
commit 0a8e4842c6797997b332078158501523f1233f7e
Author: Sean Connor <[email protected]>
Date: Thu Dec 26 01:15:01 2013 +0100
Don't discard parameters in digest groups when replying
* gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
value of the parameters if the current article has a Reply-To or From
field.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5a69dda..41c5160 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2013-12-26 Sean Connor <[email protected]>
+
+ * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
+ value of the parameters if the current article has a Reply-To or From
+ field.
+
2013-12-26 Lars Ingebrigtsen <[email protected]>
* gnus.el (gnus-group-buffer): Remove duplicate definition.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 6dbe7bf..e86a624 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -9202,6 +9202,7 @@ To control what happens when you exit the group, see the
(gnus-fetch-field "from")))
(setq params
(append
+ params
(list (cons 'to-address
(funcall gnus-decode-encoded-address-function
to-address))))))
-----------------------------------------------------------------------
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 | 6 ++++++
lisp/gnus-sum.el | 1 +
2 files changed, 7 insertions(+)
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, master has been updated
hooks/post-receive
--
Gnus Project