X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/526baa41c5af164265e6a03957e9c45f3ba31b58..ca2ebe63eba27e234394e9c5c20229dcdce87b33:/lisp/gnus-nocem.el diff --git a/lisp/gnus-nocem.el b/lisp/gnus-nocem.el index d73cf3382f..89f27773b8 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)))