projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f364f80
)
Synch to No Gnus 200512120205.
author
yamaoka
<yamaoka>
Mon, 12 Dec 2005 02:05:55 +0000
(
02:05
+0000)
committer
yamaoka
<yamaoka>
Mon, 12 Dec 2005 02:05:55 +0000
(
02:05
+0000)
lisp/rfc2047.el
patch
|
blob
|
history
diff --git
a/lisp/rfc2047.el
b/lisp/rfc2047.el
index
130af04
..
559c2a8
100644
(file)
--- a/
lisp/rfc2047.el
+++ b/
lisp/rfc2047.el
@@
-806,7
+806,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)))
- ((mm-coding-system-p cs))
+ ((setq cs (mm-coding-system-p cs)))
((and charset
(listp mail-parse-ignored-charsets)
(memq 'gnus-unknown mail-parse-ignored-charsets))