diff lisp/gnus/nnmbox.el @ 36:c53a95d3c46d r19-15b101

Import from CVS: tag r19-15b101
author cvs
date Mon, 13 Aug 2007 08:53:38 +0200
parents ec9a17fef872
children 1a767b41a199
line wrap: on
line diff
--- a/lisp/gnus/nnmbox.el	Mon Aug 13 08:53:21 2007 +0200
+++ b/lisp/gnus/nnmbox.el	Mon Aug 13 08:53:38 2007 +0200
@@ -304,7 +304,6 @@
        (forward-line -1)
        (while (re-search-backward "^X-Gnus-Newsgroup: " nil t)
 	 (delete-region (point) (progn (forward-line 1) (point))))
-       (nnmail-cache-insert (nnmail-fetch-field "message-id"))
        (setq result (nnmbox-save-mail
 		     (if (stringp group)
 			 (list (cons group (nnmbox-active-number group)))
@@ -314,7 +313,6 @@
        (goto-char (point-max))
        (insert-buffer-substring buf)
        (when last
-	 (nnmail-cache-close)
 	 (nnmail-save-active nnmbox-group-alist nnmbox-active-file)
 	 (save-buffer))))
     (car result)))