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 | 5c59a4cf3ac74d8ae9abd5abcaece30ec035df44 (patch) | |
tree | d59dbcea6357d631d5ddb4e252aaeb1d80741409 /lisp/gnus-nocem.el | |
parent | 0c6bcf794af36c6bc115322133e759ad7961a24f (diff) | |
download | emacs-5c59a4cf3ac74d8ae9abd5abcaece30ec035df44.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))) |