summaryrefslogtreecommitdiff
path: root/lisp/gnus-nocem.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus-nocem.el')
-rw-r--r--lisp/gnus-nocem.el1
1 files changed, 1 insertions, 0 deletions
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)))