diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 1996-06-29 00:29:17 +0000 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 1996-06-29 00:29:17 +0000 |
commit | c4c7f54c6ad77009e46ea66f622ba700d0240127 (patch) | |
tree | 20973bb623b236c00476cbdfa39da33a013f0cc7 /lisp/gnus-nocem.el | |
parent | b1cfbae486bde038c68754cd01a8ee84b1c4165d (diff) | |
download | emacs-c4c7f54c6ad77009e46ea66f622ba700d0240127.tar.gz |
Synched with Gnus 5.2.31.
Diffstat (limited to 'lisp/gnus-nocem.el')
-rw-r--r-- | lisp/gnus-nocem.el | 1 |
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))) |