From 9a2174cc5087ad84821d39454f77e3cf4c295482 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 1 Oct 2010 23:05:23 +0200 Subject: [PATCH] (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit. Suggested by Dan Jacobson. --- lisp/ChangeLog | 3 +++ lisp/nnmbox.el | 1 + 2 files changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f6125caeb..cbbcb60bf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-10-01 Lars Magne Ingebrigtsen + * 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. diff --git a/lisp/nnmbox.el b/lisp/nnmbox.el index bc5c01e51..003c424f5 100644 --- a/lisp/nnmbox.el +++ b/lisp/nnmbox.el @@ -640,6 +640,7 @@ 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 -- 2.25.1