From c4c7f54c6ad77009e46ea66f622ba700d0240127 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 29 Jun 1996 00:29:17 +0000 Subject: Synched with Gnus 5.2.31. --- lisp/gnus-nocem.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/gnus-nocem.el') diff --git a/lisp/gnus-nocem.el b/lisp/gnus-nocem.el index d73cf3382fd..89f27773b8c 100644 --- a/lisp/gnus-nocem.el +++ b/lisp/gnus-nocem.el @@ -139,6 +139,7 @@ isn't bound, the message will be used unconditionally.") (nnmail-time-since (nnmail-date-to-time date)) (nnmail-days-to-time gnus-nocem-expiry-wait))) (gnus-request-article-this-buffer (mail-header-number header) group) + (goto-char (point-min)) ;; The article has to have proper NoCeM headers. (when (and (setq b (search-forward "\n@@BEGIN NCM HEADERS\n" nil t)) (setq e (search-forward "\n@@BEGIN NCM BODY\n" nil t))) -- cgit v1.2.1