Don't discard parameters in digest groups when replying
authorSean Connor <sconnor005@allyinics.org>
Thu, 26 Dec 2013 00:15:01 +0000 (01:15 +0100)
committerLars Ingebrigtsen <larsi@building.gnus.org>
Thu, 26 Dec 2013 00:15:01 +0000 (01:15 +0100)
* 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.

lisp/ChangeLog
lisp/gnus-sum.el

index 5a69dda..41c5160 100644 (file)
@@ -1,3 +1,9 @@
+2013-12-26  Sean Connor  <sconnor005@allyinics.org>
+
+       * 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  <larsi@gnus.org>
 
        * gnus.el (gnus-group-buffer): Remove duplicate definition.
index 6dbe7bf..e86a624 100644 (file)
@@ -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))))))