*** empty log message ***
[gnus] / lisp / nnmbox.el
index 069ed7f..b20efdd 100644 (file)
        (forward-line -1)
        (while (re-search-backward "^X-Gnus-Newsgroup: " nil t)
         (delete-region (point) (progn (forward-line 1) (point))))
+       (when nnmail-cache-accepted-message-ids
+        (nnmail-cache-insert (nnmail-fetch-field "message-id")))
        (setq result (nnmbox-save-mail
                     (if (stringp group)
                         (list (cons group (nnmbox-active-number group)))
        (goto-char (point-max))
        (insert-buffer-substring buf)
        (when last
+        (when nnmail-cache-accepted-message-ids
+          (nnmail-cache-close))
         (nnmail-save-active nnmbox-group-alist nnmbox-active-file)
         (save-buffer))))
     (car result)))