From 56b41da86b54028a5c6fe1a789bfb892ad7aad8d Mon Sep 17 00:00:00 2001 From: Kai Grossjohann Date: Fri, 13 Jun 2003 21:28:45 +0000 Subject: [PATCH] (nnimap-split-articles): Narrow the right buffer to the headers. From Niklas Morberg . --- lisp/ChangeLog | 5 +++++ lisp/nnimap.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 191459958..ee4269a80 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-06-13 Kai Gro,A_(Bjohann + + * nnimap.el (nnimap-split-articles): Narrow the right buffer to + the headers. From Niklas Morberg . + 2003-06-12 Dave Love * nnheader.el (nnheader-functionp): Deleted. diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 31a783706..4d4257481 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -1271,7 +1271,7 @@ function is generally only called when Gnus is shutting down." nnimap-split-download-body-default nnimap-split-download-body) (and (nnimap-request-article article) - (mail-narrow-to-head)) + (with-current-buffer nntp-server-buffer (mail-narrow-to-head))) (nnimap-request-head article)) ;; copy article to right group(s) (setq removeorig nil) -- 2.25.1