diff options
Diffstat (limited to 'lisp/gnus/gnus-async.el')
-rw-r--r-- | lisp/gnus/gnus-async.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/gnus/gnus-async.el b/lisp/gnus/gnus-async.el index e3e81c8bbce..9bcb6c33a64 100644 --- a/lisp/gnus/gnus-async.el +++ b/lisp/gnus/gnus-async.el @@ -225,12 +225,6 @@ that was fetched." (save-excursion (save-restriction (narrow-to-region mark (point-max)) - ;; Put the articles into the agent, if they aren't already. - (when (and gnus-agent - (gnus-agent-group-covered-p group)) - (save-restriction - (narrow-to-region mark (point-max)) - (gnus-agent-store-article article group))) ;; Prefetch images for the groups that want that. (when (fboundp 'gnus-html-prefetch-images) (gnus-html-prefetch-images summary)) |