mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-106
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 37) - Update from CVS
This commit is contained in:
parent
9b4cf2318a
commit
e13be7a273
@ -1,3 +1,9 @@
|
||||
2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
|
||||
coding system which mm-charset-to-coding-system returns for a
|
||||
given charset is valid.
|
||||
|
||||
2006-02-16 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* html2text.el (html2text-remove-tag-list):
|
||||
|
@ -835,7 +835,7 @@ If your Emacs implementation can't decode CHARSET, return nil."
|
||||
(cond ((eq cs 'ascii)
|
||||
(setq cs (or (mm-charset-to-coding-system mail-parse-charset)
|
||||
'raw-text)))
|
||||
((setq cs (mm-coding-system-p cs)))
|
||||
((mm-coding-system-p cs))
|
||||
((and charset
|
||||
(listp mail-parse-ignored-charsets)
|
||||
(memq 'gnus-unknown mail-parse-ignored-charsets))
|
||||
|
Loading…
Reference in New Issue
Block a user