]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus-nocem.el
(flyspell-mode): Do nothing if mode
[gnu-emacs] / lisp / gnus-nocem.el
index d73cf3382fd3754ac72f354e2c6e6d200ad72413..89f27773b8cfcaa155db24e8b57ff216b97a04d8 100644 (file)
@@ -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)))