cd c:/cygwin/usr/share/site-lisp/ diff -u -b "c:/cygwin/usr/share/site-lisp/nnimap.el~" "c:/cygwin/usr/share/site-lisp/nnimap.el" --- c:/cygwin/usr/share/site-lisp/nnimap.el~ 2003-06-05 09:53:38.000000000 +0200 +++ c:/cygwin/usr/share/site-lisp/nnimap.el 2003-06-13 11:44:28.000000000 +0200 @@ -1271,7 +1271,7 @@ 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) Diff finished at Fri Jun 13 11:48:11