(nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 1 Oct 2010 21:05:23 +0000 (23:05 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 1 Oct 2010 21:05:23 +0000 (23:05 +0200)
Suggested by Dan Jacobson.

lisp/ChangeLog
lisp/nnmbox.el

index f6125ca..cbbcb60 100644 (file)
@@ -1,5 +1,8 @@
 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
+       Suggested by Dan Jacobson.
+
        * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
        documentation clearer.
 
        * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
        documentation clearer.
 
index bc5c01e..003c424 100644 (file)
                             nnmbox-mbox-file t t))))
        (mm-enable-multibyte)
        (buffer-disable-undo)
                             nnmbox-mbox-file t t))))
        (mm-enable-multibyte)
        (buffer-disable-undo)
+       (gnus-add-buffer)
 
        ;; Go through the group alist and compare against the mbox file.
        (while alist
 
        ;; Go through the group alist and compare against the mbox file.
        (while alist