nnml.el (nnml-request-accept-article): pass sender to
[gnus] / lisp / nnmbox.el
index 3a26f16..8afd19a 100644 (file)
        (when nnmail-cache-accepted-message-ids
         (nnmail-cache-insert (nnmail-fetch-field "message-id") 
                              group
-                             (nnmail-fetch-field "subject")))
+                             (nnmail-fetch-field "subject")
+                             (nnmail-fetch-field "from")))
        (setq result (if (stringp group)
                        (list (cons group (nnmbox-active-number group)))
                      (nnmail-article-group 'nnmbox-active-number)))