Mercurial > emacs
comparison lisp/gnus/gnus-art.el @ 71379:cb6e677b13d4
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 105-106)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-313
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 17 Jun 2006 20:54:51 +0000 |
parents | 70b055c73c8c |
children | de654a6735da 138027c8c982 |
comparison
equal
deleted
inserted
replaced
71378:1b442e9d8373 | 71379:cb6e677b13d4 |
---|---|
4925 (save-excursion | 4925 (save-excursion |
4926 (save-restriction | 4926 (save-restriction |
4927 (article-goto-body) | 4927 (article-goto-body) |
4928 (narrow-to-region (point-min) (point)) | 4928 (narrow-to-region (point-min) (point)) |
4929 (gnus-article-save-original-date | 4929 (gnus-article-save-original-date |
4930 (gnus-treat-article 'head))))))))) | 4930 (gnus-treat-article 'head))))))) |
4931 ;; Cope with broken MIME messages. | |
4932 (goto-char (point-max)) | |
4933 (unless (bolp) | |
4934 (insert "\n")))) | |
4931 | 4935 |
4932 (defcustom gnus-mime-display-multipart-as-mixed nil | 4936 (defcustom gnus-mime-display-multipart-as-mixed nil |
4933 "Display \"multipart\" parts as \"multipart/mixed\". | 4937 "Display \"multipart\" parts as \"multipart/mixed\". |
4934 | 4938 |
4935 If t, it overrides nil values of | 4939 If t, it overrides nil values of |